GitHub Action Runner
Action Runner Controller
설치
helm pull oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller \
--version 0.9.1
helm show values oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller \
--version 0.9.1 \
> gha-runner-scale-set-controller-0.9.1.yaml
helm template gha-controller gha-runner-scale-set-controller-0.9.1.tgz \
-n github \
-f gha-runner-scale-set-controller-values.yaml \
> gha-controller.yaml
helm upgrade gha-controller gha-runner-scale-set-controller-0.9.1.tgz \
--install \
--history-max 5 \
-n github \
-f gha-runner-scale-set-controller-values.yaml
AutoscalingRunnerSet
인증관련 준비
- Fine-grained token
- classic token
- Organization permissions
Self-hosted runners: Read and write
권한이 필요합니다.
repo
admin:org
권한이 필요합니다.