🔧 Add prom and sysctl fix to konk script

(Since that's where we need them the most)
This commit is contained in:
Jérôme Petazzoni
2024-05-22 21:14:04 +02:00
parent 00b126ff20
commit 21f08cf3bd

View File

@@ -26,3 +26,11 @@ done
# vcluster all the things
./labctl create --settings settings/mk8s.env --provider vcluster --mode mk8s --students 30
# install prometheus stack because that's cool
helm upgrade --install --repo https://prometheus-community.github.io/helm-charts \
--namespace prom-system --create-namespace \
kube-prometheus-stack kube-prometheus-stack
# and also fix sysctl
kubectl apply -f ../k8s/sysctl.yaml --namespace kube-system