github · GitHub Actions Docs
Use Actions Runner Controller Get started with Actions Runner Controller - GitHub Docs
A tutorial for setting up and getting started with the Actions Runner Controller (ARC) to manage self-hosted runners on Kubernetes.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Use Actions Runner Controller Get started with Actions Runner Controller - GitHub Docs
A tutorial for setting up and getting started with the Actions Runner Controller (ARC) to manage self-hosted runners on Kubernetes.
When To Use
Use when you need to install, configure, and deploy the Actions Runner Controller to manage GitHub Actions runners on a Kubernetes cluster.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-use-runner-controller-get-started-with-github-docs-workflow-guide.md | A tutorial guide for setting up and installing the Actions Runner Controller on GitHub. | Questions about a tutorial guide for setting up and installing the Actions Runner Controller on GitHub. |
examples/actions-use-runner-controller-get-started-with-github-docs-github-action.text | A shell command demonstrating how to install the Actions Runner Controller using Helm with the gha-runner-scale-set-controller chart. | Exact payloads, commands, or snippets shown in A shell command demonstrating how to install the Actions Runner Controller using Helm with the gha-runner-scale-set-c... |
examples/actions-use-runner-controller-get-started-with-github-docs-github-action-2.text | A shell command example for installing the Actions Runner Controller using Helm with specific configuration parameters. | Exact payloads, commands, or snippets shown in A shell command example for installing the Actions Runner Controller using Helm with specific configuration parameters. |
examples/actions-use-runner-controller-get-started-with-github-docs-github-action-3.text | A text snippet demonstrating the helm list command to verify Actions Runner Controller installations. | Exact payloads, commands, or snippets shown in A text snippet demonstrating the helm list command to verify Actions Runner Controller installations. |
examples/actions-use-runner-controller-get-started-with-github-docs-github-action-4.text | A text representation of the Helm release status for the Actions Runner Controller and runner scale sets. | Exact payloads, commands, or snippets shown in A text representation of the Helm release status for the Actions Runner Controller and runner scale sets. |
examples/actions-use-runner-controller-get-started-with-github-docs-github-action-5.text | A kubectl command used to verify the status of pods within the arc-systems namespace during the Actions Runner Controller setup. | Exact payloads, commands, or snippets shown in A kubectl command used to verify the status of pods within the arc-systems namespace during the Actions Runner Contro... |
examples/actions-use-runner-controller-get-started-with-github-docs-github-action-6.text | The output of a kubectl command showing the status of the Actions Runner Controller and scale set pods. | Exact payloads, commands, or snippets shown in The output of a kubectl command showing the status of the Actions Runner Controller and scale set pods. |
examples/actions-use-runner-controller-get-started-with-github-docs-github-action-7.text | A GitHub Actions workflow YAML file demonstrating how to run a job on an Actions Runner Controller scale set runner. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML file demonstrating how to run a job on an Actions Runner Controller scale set runner. |
examples/actions-use-runner-controller-get-started-with-github-docs-github-action-8.text | A kubectl command used to monitor the status of pods within the arc-runners namespace. | Exact payloads, commands, or snippets shown in A kubectl command used to monitor the status of pods within the arc-runners namespace. |
examples/actions-use-runner-controller-get-started-with-github-docs-github-action-9.text | The output of the kubectl command showing the status of the Actions Runner Controller runner set and pods. | Exact payloads, commands, or snippets shown in The output of the kubectl command showing the status of the Actions Runner Controller runner set and pods. |
examples/actions-use-runner-controller-get-started-with-github-docs-github-action-10.text | A text-based tutorial guide for getting started with the GitHub Actions Runner Controller. | Exact payloads, commands, or snippets shown in A text-based tutorial guide for getting started with the GitHub Actions Runner Controller. |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Actions Runner Controller / - Get started
- Main sections:
Set up Actions Runner Controller,In this article,Prerequisites,Installing Actions Runner Controller,Configuring a 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/tutorials/use-actions-runner-controller/get-started
