diff --git a/github_runner/install/install_arc.sh b/github_runner/install/install_arc.sh index 07c499b..676b8b8 100644 --- a/github_runner/install/install_arc.sh +++ b/github_runner/install/install_arc.sh @@ -12,21 +12,21 @@ # sudo usermod -aG microk8s $USER # sudo chown -f -R $USER ~/.kube -# echo "=== Install Scale Set ARC Controller ===" -# helm install arc \ -# --namespace arc-systems \ -# --create-namespace \ -# oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller +echo "=== Install Scale Set ARC Controller ===" +helm install arc \ + --namespace arc-systems \ + --create-namespace \ + oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller echo "=== Install MealCraft Runner Scale Set ===" helm install mealcraft-runners \ --namespace arc-systems \ - --set containerMode.type=kubernetes \ --set containerMode.kubernetesModeWorkVolumeClaim.accessModes[0]=ReadWriteOnce \ --set containerMode.kubernetesModeWorkVolumeClaim.storageClassName=microk8s-hostpath \ --set containerMode.kubernetesModeWorkVolumeClaim.resources.requests.storage=1Gi \ --set githubConfigUrl=https://github.com/MealCraft \ --set githubConfigSecret.github_token=$GITHUB_PAT \ + --set containerMode.type=dind \ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set