save install arch
This commit is contained in:
parent
b92a0d2993
commit
f382a90709
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue