{"id":13461398,"url":"https://github.com/actions/actions-runner-controller","last_synced_at":"2025-05-14T09:01:54.341Z","repository":{"id":37042467,"uuid":"236736020","full_name":"actions/actions-runner-controller","owner":"actions","description":"Kubernetes controller for GitHub Actions self-hosted runners","archived":false,"fork":false,"pushed_at":"2025-05-06T15:32:00.000Z","size":6146,"stargazers_count":5214,"open_issues_count":376,"forks_count":1223,"subscribers_count":53,"default_branch":"master","last_synced_at":"2025-05-07T08:01:42.965Z","etag":null,"topics":["github-actions","kubernetes","operator"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-28T12:59:43.000Z","updated_at":"2025-05-07T06:46:41.000Z","dependencies_parsed_at":"2023-10-04T21:12:20.456Z","dependency_job_id":"1f5b1322-6498-40f6-9d58-98af1452d8bd","html_url":"https://github.com/actions/actions-runner-controller","commit_stats":{"total_commits":1580,"total_committers":293,"mean_commits":5.392491467576792,"dds":0.7740506329113924,"last_synced_commit":"90b68fec1a364e2eb1c784e190022c601bf23ecd"},"previous_names":["summerwind/actions-runner-controller","actions-runner-controller/actions-runner-controller"],"tags_count":141,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Factions-runner-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Factions-runner-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Factions-runner-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Factions-runner-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","download_url":"https://codeload.github.com/actions/actions-runner-controller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254110363,"owners_count":22016391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","kubernetes","operator"],"created_at":"2024-07-31T11:00:37.821Z","updated_at":"2025-05-14T09:01:54.277Z","avatar_url":"https://github.com/actions.png","language":"Go","readme":"# Actions Runner Controller (ARC)\n\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6061/badge)](https://bestpractices.coreinfrastructure.org/projects/6061)\n[![awesome-runners](https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg)](https://github.com/jonico/awesome-runners)\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/actions-runner-controller)](https://artifacthub.io/packages/search?repo=actions-runner-controller)\n\n## About\n\nActions Runner Controller (ARC) is a Kubernetes operator that orchestrates and scales self-hosted runners for GitHub Actions.\n\nWith 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.\"](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners)\n\nYou 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.\"](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller#runner-scale-set)\n\n## People\n\nActions 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](https://github.com/actions/actions-runner-controller/graphs/contributors), and the [awesome community](https://github.com/actions/actions-runner-controller/discussions).\n\nIf you think the project is awesome and is adding value to your business, please consider directly sponsoring [community maintainers](https://github.com/sponsors/actions-runner-controller) and individual contributors via GitHub Sponsors.\n\nIf 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!\n\nSee [the sponsorship dashboard](https://github.com/sponsors/actions-runner-controller) for the former and the current sponsors.\n\n## Getting Started\n\nTo give ARC a try with just a handful of commands, please refer to the [Quickstart guide](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller).\n\nFor an overview of ARC, please refer to [About ARC](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller).\n\nWith the introduction of [autoscaling runner scale sets](https://github.com/actions/actions-runner-controller/discussions/2775), the existing [autoscaling modes](./docs/automatically-scaling-runners.md) are now legacy. The legacy modes have certain use cases and will continue to be maintained by the community only.\n\nFor further information on what is supported by GitHub and what's managed by the community, please refer to [this announcement discussion.](https://github.com/actions/actions-runner-controller/discussions/2775)\n\n### Documentation\n\nARC documentation is available on [docs.github.com](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller).\n\n### Legacy documentation\n\nThe following documentation is for the legacy autoscaling modes that continue to be maintained by the community:\n\n- [Quickstart guide](/docs/quickstart.md)\n- [About ARC](/docs/about-arc.md)\n- [Installing ARC](/docs/installing-arc.md)\n- [Authenticating to the GitHub API](/docs/authenticating-to-the-github-api.md)\n- [Deploying ARC runners](/docs/deploying-arc-runners.md)\n- [Adding ARC runners to a repository, organization, or enterprise](/docs/choosing-runner-destination.md)\n- [Automatically scaling runners](/docs/automatically-scaling-runners.md)\n- [Using custom volumes](/docs/using-custom-volumes.md)\n- [Using ARC runners in a workflow](/docs/using-arc-runners-in-a-workflow.md)\n- [Managing access with runner groups](/docs/managing-access-with-runner-groups.md)\n- [Configuring Windows runners](/docs/configuring-windows-runners.md)\n- [Using ARC across organizations](/docs/using-arc-across-organizations.md)\n- [Using entrypoint features](/docs/using-entrypoint-features.md)\n- [Deploying alternative runners](/docs/deploying-alternative-runners.md)\n- [Monitoring and troubleshooting](/docs/monitoring-and-troubleshooting.md)\n\n## Contributing\n\nWe welcome contributions from the community. For more details on contributing to the project (including requirements), please refer to \"[Getting Started with Contributing](https://github.com/actions/actions-runner-controller/blob/master/CONTRIBUTING.md).\"\n\n## Troubleshooting\n\nWe are very happy to help you with any issues you have. Please refer to the \"[Troubleshooting](https://github.com/actions/actions-runner-controller/blob/master/TROUBLESHOOTING.md)\" section for common issues.\n","funding_links":["https://github.com/sponsors/actions-runner-controller"],"categories":["HarmonyOS","Go","kubernetes","Devops","The matrix (might be better readable on [GitHub pages](https://jonico.github.io/awesome-runners/))"],"sub_categories":["Windows Manager","A word about self-hosted action runner images / virtual environments and how to test locally"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factions%2Factions-runner-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factions%2Factions-runner-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factions%2Factions-runner-controller/lists"}