Skip to content

actions/actions-runner-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80d8483 · Jun 25, 2024
Jun 25, 2024
Apr 27, 2023
Mar 20, 2024
Sep 14, 2023
Jun 25, 2024
May 17, 2024
Mar 20, 2024
May 9, 2023
Jun 21, 2024
Jun 25, 2024
Jun 21, 2024
May 3, 2023
Jan 17, 2023
Jan 17, 2023
Nov 14, 2023
Jun 7, 2024
May 28, 2023
Jun 17, 2024
Mar 15, 2023
Jun 21, 2024
Mar 2, 2022
May 17, 2023
May 23, 2023
May 17, 2024
Mar 18, 2024
Dec 13, 2022
Nov 27, 2023
Jun 17, 2024
Jan 30, 2020
Jun 7, 2024
Jan 17, 2023
Aug 21, 2023
Dec 13, 2022
May 27, 2023
Jun 25, 2024
Jun 25, 2024
Jun 21, 2024

Repository files navigation

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.