Introduction to installation of Action Runner Controller with docker in docker

 We must install docker in the worker node

---------


helm install arc     --namespace "${NAMESPACE}"     --create-namespace     oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller


-------

helm install "${INSTALLATION_NAME}"     --namespace "${NAMESPACE}"     --create-namespace     --set githubConfigUrl="${GITHUB_CONFIG_URL}"     --set githubConfigSecret.github_token="${GITHUB_PAT}"   --set containerMode.type="dind"  oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set



--set containerMode.type="dind" : This will allow the container to use the docker in the host 

Comments

Popular posts from this blog

Fixing the DeepSpeed Import Error While Fine-Tuning the Qwen Model

Amazon Linux 2023 - User data configuration for launch templates to connect to the EKS cluster

How to create ISM policy and rotate logs in opensearch