Go to file
Nikola Jokic 0a288b09f3
add min-runners test
2025-11-10 15:40:15 +01:00
.github add min-runners test 2025-11-10 15:40:15 +01:00
acceptance Pin third party actions (#3981) 2025-04-17 12:19:15 +02:00
apis Remove ephemeral runner when exit code != 0 and is patched with the job (#4239) 2025-09-17 21:40:37 +02:00
build
charts Prepare 0.13.0 release (#4280) 2025-10-16 19:25:56 +02:00
cmd Add workflow name and target labels (#4240) 2025-09-30 16:01:51 +02:00
config Bump all dependencies (#4266) 2025-10-14 13:24:25 +02:00
contrib
controllers Handle resource quota on status forbidden by retrying (#4305) 2025-11-10 13:58:25 +01:00
docs Prepare 0.13.0 release (#4280) 2025-10-16 19:25:56 +02:00
github Remove ephemeral runner when exit code != 0 and is patched with the job (#4239) 2025-09-17 21:40:37 +02:00
hack Initial e2e setup with default test 2025-11-10 14:45:36 +01:00
hash
logging
pkg
runner Updates: runner to v2.329.0 container-hooks to v0.8.0 (#4279) 2025-10-30 10:32:22 +01:00
simulator
test add min-runners test 2025-11-10 15:40:15 +01:00
test_e2e_arc
testing
vault
.dockerignore
.gitattributes
.gitignore
.golangci.yaml
CODEOWNERS Update CODEOWNERS to include new maintainer (#4253) 2025-09-17 21:33:38 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Bump all dependencies (#4266) 2025-10-14 13:24:25 +02:00
LICENSE
Makefile fixing tests 2025-11-10 14:45:36 +01:00
PROJECT
README.md
SECURITY.md
TROUBLESHOOTING.md
go.mod Bump the gomod group across 1 directory with 4 updates (#4277) 2025-10-15 01:31:29 +02:00
go.sum Bump the gomod group across 1 directory with 4 updates (#4277) 2025-10-15 01:31:29 +02:00
main.go

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.

If you are already the employer of one of the contributors, sponsoring via GitHub Sponsors might not be an option. Just support them by 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.