diff --git a/longhorn/setup.txt b/longhorn/setup.txt
index bce3fa6e61bb67b70c5fca8fd1a1aec7376bd0eb..097e547cde29bfd2ce0acf532338004289883580 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):