From 2d79d286b3eb87e9fb58b0aa40ed5363cf3663ee Mon Sep 17 00:00:00 2001 From: "david.truong.hes" <david.truong@master.hes-so.ch> Date: Fri, 4 Apr 2025 17:37:18 +0200 Subject: [PATCH] =?UTF-8?q?Docs:=20Ajout=20d'une=20commande=20requise=20po?= =?UTF-8?q?ur=20d=C3=A9marrer=20Helm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- longhorn/setup.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/longhorn/setup.txt b/longhorn/setup.txt index bce3fa6..097e547 100644 --- a/longhorn/setup.txt +++ b/longhorn/setup.txt @@ -11,6 +11,7 @@ Installation Helm: curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 chmod 700 get_helm.sh ./get_helm.sh + export KUBECONFIG=/etc/rancher/k3s/k3s.yaml Installation Longhorn: kubectl: @@ -23,6 +24,7 @@ Installation Longhorn: Observation: kubectl -n longhorn-system get svc + btop http://<IP_NOEUD>:30400 Désinstallation (Helm): -- GitLab