github · GitHub Actions Docs
Actions Runner Controller - GitHub Docs
Explains the concept and purpose of the Actions Runner Controller (ARC) for managing self-hosted GitHub Actions runners on Kubernetes.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Runner Controller - GitHub Docs
Explains the concept and purpose of the Actions Runner Controller (ARC) for managing self-hosted GitHub Actions runners on Kubernetes.
When To Use
Use when you need to architect or implement a scalable, Kubernetes-based runner infrastructure for GitHub Actions workflows.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-runner-controller-github-docs-workflow-guide.md | An overview of the Actions Runner Controller components and the resources deployed by the gha-runner-scale-set-controller. | Questions about an overview of the Actions Runner Controller components and the resources deployed by the gha-runner-scale-set-contro... |
examples/actions-runner-controller-github-docs-actions-runner-controller-dockerfi.text | A Dockerfile template for building a custom GitHub Actions runner container using specific runner and hooks versions. | Exact payloads, commands, or snippets shown in A Dockerfile template for building a custom GitHub Actions runner container using specific runner and hooks versions. |
examples/actions-runner-controller-github-docs-apache-license.text | The Apache License, Version 2.0 text for the Actions Runner Controller documentation content. | Exact payloads, commands, or snippets shown in The Apache License, Version 2.0 text for the Actions Runner Controller documentation content. |
What This Skill Covers
-
- GitHub Actions / - Concepts / - Runners / - Actions Runner Controller
- Main sections:
In this article,About Actions Runner Controller,Actions Runner Controller components,Resources deployed by gha-runner-scale-set-controller,Resources deployed by gha-runner-scale-set.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/concepts/runners/actions-runner-controller
