actions-runner-controller
actions-runner-controller copied to clipboard
Kubernetes controller for GitHub Actions self-hosted runners
Hi, team. 👋 I'm working on setting the ARC up for a high profile customer, and we're running into an issue that I'm not sure how to get past. We...
Ref https://github.com/actions-runner-controller/actions-runner-controller/discussions/1485 With the new logic we should probably remove the `Runner` kind from the user docs as the kind no longer supports the `ephemeral: true` feature really, this is...
**Is your feature request related to a problem? Please describe.** The service monitor should be deployable into a custom namespace. **Describe the solution you'd like** I would like to be...
**Describe the bug** DIND runner installs a number of dependency that seems to be unnecessary and even possibly harmful, for example [netcat](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/runner/Dockerfile.dindrunner#L29) and [telnet](https://github.com/actions-runner-controller/actions-runner-controller/blob/9f254a23937ad54e8a3912ed8c8c59a71bc96f04/runner/Dockerfile.dindrunner#L39). This binaries shouldn't be installed in...
**Describe the bug** * Action which works correctly on hosted github runners does not work in self-hosted version * **Checks** - [x] My actions-runner-controller version (v0.x.y) does support the feature...
Is a windows container image supported for the action-runner-controller system? I am able to get Linux working fine, but we want the ability to do both Linux and Windows.
### Controller Version 0.22.0 ### Helm Chart Version _No response_ ### Deployment Method Other ### Checks - [X] This isn't a question or user support case (For Q&A and community...
We are extending the runner base image to provision additional software similar to what GitHub does in their virtual environments. These provisioners also need to set up additional environment variables...
Fixes: #942 helm charts for actions runner, currently its having only RunnerDeployment and Autoscaler resources. Looks like deployment order is important here, facing the below issue if Autoscaler deployed first...
Extracted from https://github.com/actions-runner-controller/actions-runner-controller/issues/368#issuecomment-966707909 via @AndrewFarley Is anyone interested in contributing this, if we got to think this is in the scope of this project?