actions-runner-controller
actions-runner-controller copied to clipboard
Kubernetes controller for GitHub Actions self-hosted runners
**Describe the bug** When GitHub Client [authentication fails](https://github.com/actions-runner-controller/actions-runner-controller/blob/5b899f578b9765971840a259ec3347ac31c03cf8/github/github.go#L75) the private key can end up being printed in full plain text form in [debug](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/main.go#L126) logs. Splitting the private key string by...
Hello! We want to configure [webhook driven scaling](https://github.com/actions-runner-controller/actions-runner-controller#webhook-driven-scaling) with kubectl. **We can't use HELM**. Tell me please, where to get the configuration for kubectl apply? May be u have step-by-step...
When utilizing the actions runner controller in our clusters within GKE (1.18.20), we've noticed that long running jobs (usually ones over half an hour) will eventually kill themselves while in...
Various additional software is installed in the runner image from different sources. However, the authenticity of the downloaded software is not verified. Everything assumes that the transport encryption is sufficient....
**Is your feature request related to a problem? Please describe.** I would like to run this controller in my raspi home cluster, but for that I need the image to...
I don't think it's the user's fault at all but the reality is that I have been asked questions like https://github.com/actions-runner-controller/actions-runner-controller/issues/1130 several times. That's the consequence of using `chart-releaser-action` (and...
**Is your feature request related to a problem? Please describe.** RunnerSet examples are incomplete and there appears to be no apidoc specs for the RunnerSet CRD (or any other CRD)...
Initially discussed in https://github.com/summerwind/actions-runner-controller/pull/303, see for more details. Creating a seperate feature issue so it doesn't get lost @mumoshu / **Problem** At the moment you need to maintain a `RepositoryNames`...
For kubernetes 1.19, both `extensions/v1beta1` and `networking.k8s.io/v1` coexist so this approach in fact breaks this helm chart since we end up with `apiVersion: extensions/v1beta1` here but also hit the `{{-...
There is a lot of confusion on how runner groups work and how to correctly leverage them with ARC. Associating a repository with a runner group provides access to runners...