actions-runner-controller
actions-runner-controller copied to clipboard
Kubernetes controller for GitHub Actions self-hosted runners
This PR documents the process we used @voltrondata to add Windows self-hosted runners to be managed by the `actions-runner-controller`. It specifies changes that need to be made to the `cert-manager`...
https://dev.to/jj/designing-containers-for-github-actions-5h84 Similar to https://github.com/actions-runner-controller/actions-runner-controller/pull/778#issue-983548504 Similar to https://github.com/aws/jsii/pull/3018
Based on [Issue 1654](https://github.com/actions-runner-controller/actions-runner-controller/issues/1654) Built a function that will print the current ARC version by fetching the enviroment variable ARC_VERSION with a fallback incase the enviroment variable isnt set yet....
Sibling issue to https://github.com/actions-runner-controller/actions-runner-controller/issues/1402 Requires support to land in GHES before this can be done, I expect this to appear in GHES 3.6 https://docs.github.com/en/enterprise-server@latest/admin/release-notes We will need to update the...
**Is your feature request related to a problem? Please describe.** As an ARC operator, I want to be able to monitor and alert on the status of the runners I...
**Is your feature request related to a problem? Please describe.** Often we have trouble distinguishing whether root cause of any issue is something with the controller or our own self-hosted...
Currently ARC supports the following webhook events: 1. workflow_job 2. check_run 3. pull_request 4. push Events 2 - 4 were introduced before the `workflow_job` event was created by GitHub and...
Pulled from https://github.com/actions-runner-controller/actions-runner-controller/pull/1140 It would be helpful to include the release version in the user agent for telemetry purposes.
This would make it unnecessary for me to ask anyone how they upgraded ARC or which ARC version they are running when providing user support.
**Is your feature request related to a problem? Please describe.** The default Docker bridge network, 172.17.0.0/16, overlaps with our VPC network. This breaks network connectivity within the DIND container. **Describe...