From 4a7b04dd013b2e2181f18c31c79c24f4aa22cf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Fri, 8 Apr 2022 21:06:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Add=20helm=20install=20?= =?UTF-8?q?command=20for=20metrics-server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don't use it yet, but have it handy in case we want to switch. --- prepare-vms/lib/commands.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prepare-vms/lib/commands.sh b/prepare-vms/lib/commands.sh index 74b546fa..b214dc7f 100644 --- a/prepare-vms/lib/commands.sh +++ b/prepare-vms/lib/commands.sh @@ -427,6 +427,9 @@ EOF pssh " if i_am_first_node; then kubectl apply -f https://raw.githubusercontent.com/jpetazzo/container.training/master/k8s/metrics-server.yaml + #helm upgrade --install metrics-server \ + # --repo https://kubernetes-sigs.github.io/metrics-server/ metrics-server \ + # --namespace kube-system --set args={--kubelet-insecure-tls} fi" }