Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. We have a self-hosted runner image built: pnispero/gh-runner-image - Docker Image | Docker Hub (Temporary location)
  2. Can use that image to deploy to kubernetes cluster
    1. TODO: create formal instructions from below on how to deploy the image 
    2. TODO: Create a yaml that'll create the runner containers (with options to create multiple), and deletes with a grace period.
  3. This is good for now, don't need to dynamically scale since the runner(s) takes minimal resources while idle (Waiting for a request)

...