Go to file
github-actions[bot] a837f2e758 Updates: container-hooks to v0.5.1 2024-02-06 09:05:12 +00:00
.github Prepare 0.8.2 release (#3249) 2024-01-26 11:03:08 +01:00
acceptance Revert docker.sock path to /var/run/docker.sock (#2536) 2023-04-27 13:06:35 +09:00
apis Bump go version and all direct dependencies to newest for k8s compatibility (#2947) 2023-11-14 16:19:43 +01:00
build Extend the user agent and fix the build version for the listener app (#2892) 2023-09-14 20:10:49 +02:00
charts Prepare 0.8.2 release (#3249) 2024-01-26 11:03:08 +01:00
cmd Add listener graceful termination period and background context after the message is received (#3187) 2024-01-25 15:45:07 +01:00
config Bump go version and all direct dependencies to newest for k8s compatibility (#2947) 2023-11-14 16:19:43 +01:00
contrib Fixed scaling runners doc link (#2474) 2023-05-09 14:45:18 -04:00
controllers Publish metrics in the new ghalistener (#3193) 2024-01-25 14:46:42 +01:00
docs Remove Typo in Grafana docs (#3235) 2024-02-02 10:01:22 +01:00
github Delete message session when `listener.Listen` returns (#3240) 2024-01-25 15:12:19 +01:00
hack Check release tag version and chart versions during the release process (#2524) 2023-05-03 11:53:42 +02:00
hash Introduce new preview auto-scaling mode for ARC. (#2153) 2023-01-17 12:06:20 -05:00
logging Introduce new preview auto-scaling mode for ARC. (#2153) 2023-01-17 12:06:20 -05:00
pkg Bump go version and all direct dependencies to newest for k8s compatibility (#2947) 2023-11-14 16:19:43 +01:00
runner Updates: container-hooks to v0.5.1 2024-02-06 09:05:12 +00:00
simulator Use head_branch metric (#2549) 2023-05-28 16:36:55 +09:00
test Updates: container-hooks to v0.5.1 2024-02-06 09:05:12 +00:00
test_e2e_arc Adding e2e workflows to test dind, kube mode and proxy (#2412) 2023-03-15 12:17:11 -04:00
testing Bump Kubernetes client to 1.26.4 (#2991) 2023-10-16 15:45:25 +02:00
.dockerignore dockerfile,e2e: Use buildx and cache mounts for faster rebuilds in E2E 2022-03-02 19:03:20 +09:00
.gitattributes Update CONTRIBUTING.md with new contribution guidelines and release process documentation (#2596) 2023-05-17 07:42:35 -04:00
.gitignore Add DrainJobsMode (aka UpdateStrategy feature) (#2569) 2023-05-23 07:42:30 -04:00
.golangci.yaml Changes to folder structure to allow multigroups and changed go mod name (#2105) 2022-12-28 09:38:34 +09:00
CODEOWNERS Update CODEOWNERS to Launch team (#2979) 2023-10-11 10:10:12 -04:00
CODE_OF_CONDUCT.md Add code of conduct 2022-12-13 11:38:01 +00:00
CONTRIBUTING.md Upgrade docker and docker compose in line with GH hosted runners (#3053) 2023-11-27 12:25:19 +09:00
Dockerfile Refactoring listener app with configurable fallback (#3096) 2023-12-08 13:41:06 +01:00
LICENSE Add LICENSE 2020-01-30 20:12:12 +09:00
Makefile Updates: runner to v2.312.0 (#3229) 2024-01-22 14:17:31 -05:00
PROJECT Introduce new preview auto-scaling mode for ARC. (#2153) 2023-01-17 12:06:20 -05:00
README.md Move gha-* docs out of preview (#2779) 2023-08-21 14:06:12 +02:00
SECURITY.md Add security guidelines and policy 2022-12-13 11:39:39 +00:00
TROUBLESHOOTING.md feat: allow for modifying `var-run` mount maximum size limit (#2624) 2023-05-27 11:47:23 +09:00
go.mod Bump k8s.io/client-go from 0.28.3 to 0.28.4 (#3125) 2023-12-14 12:58:35 +01:00
go.sum Bump k8s.io/client-go from 0.28.3 to 0.28.4 (#3125) 2023-12-14 12:58:35 +01:00
main.go Refactoring listener app with configurable fallback (#3096) 2023-12-08 13:41:06 +01:00

README.md

Actions Runner Controller (ARC)

CII Best Practices awesome-runners Artifact Hub

About

Actions Runner Controller (ARC) is a Kubernetes operator that orchestrates and scales self-hosted runners for GitHub Actions.

With ARC, you can create runner scale sets that automatically scale based on the number of workflows running in your repository, organization, or enterprise. Because controlled runners can be ephemeral and based on containers, new runner instances can scale up or down rapidly and cleanly. For more information about autoscaling, see "Autoscaling with self-hosted runners."

You can set up ARC on Kubernetes using Helm, then create and run a workflow that uses runner scale sets. For more information about runner scale sets, see "Deploying runner scale sets with Actions Runner Controller."

People

Actions Runner Controller (ARC) is an open-source project currently developed and maintained in collaboration with the GitHub Actions team, external maintainers @mumoshu and @toast-gear, various contributors, and the awesome community.

If you think the project is awesome and is adding value to your business, please consider directly sponsoring community maintainers and individual contributors via GitHub Sponsors.

In case you are already the employer of one of contributors, sponsoring via GitHub Sponsors might not be an option. Just support them in other means!

See the sponsorship dashboard for the former and the current sponsors.

Getting Started

To give ARC a try with just a handful of commands, Please refer to the Quickstart guide.

For an overview of ARC, please refer to About ARC

With the introduction of autoscaling runner scale sets, the existing autoscaling modes are now legacy. The legacy modes have certain use cases and will continue to be maintained by the community only.

For further information on what is supported by GitHub and what's managed by the community, please refer to this announcement discussion.

Documentation

ARC documentation is available on docs.github.com.

Legacy documentation

The following documentation is for the legacy autoscaling modes that continue to be maintained by the community

Contributing

We welcome contributions from the community. For more details on contributing to the project (including requirements), please refer to "Getting Started with Contributing."

Troubleshooting

We are very happy to help you with any issues you have. Please refer to the "Troubleshooting" section for common issues.