Actions-runner-controller: [Question] Does latest release contain latest master?

Created on 20 Oct 2020  路  3Comments  路  Source: summerwind/actions-runner-controller

Thank you for your repository.

I want to use this repo, but it seems that latest release doesn't represent latest master branch.
I can't apply controller at kubectl 1.1.8.

Do you have a plan or due date to update release?

Most helpful comment

There's 2 parts:

  1. Manifests. Those can be generated with make release
  2. Controller image. It has to be build locally and replace the one in manifests with own one. No "real" latest controller images built to Docker hub. `make docker-build, retag, push and use that custom image.

All 3 comments

@RRoundTable - In case it helps I had a similar issue related to latest commits not in release. The workaround in this issue worked:
https://github.com/summerwind/actions-runner-controller/issues/130#issuecomment-712376189

There's 2 parts:

  1. Manifests. Those can be generated with make release
  2. Controller image. It has to be build locally and replace the one in manifests with own one. No "real" latest controller images built to Docker hub. `make docker-build, retag, push and use that custom image.

Thanks.

Was this page helpful?
0 / 5 - 0 ratings