From c555ea3df8be0c04904bdacf94d7743d300bbea1 Mon Sep 17 00:00:00 2001 From: "david.truong.hes" <david.truong@master.hes-so.ch> Date: Fri, 14 Mar 2025 09:52:25 +0100 Subject: [PATCH] =?UTF-8?q?Docs:=20Fix=20quelques=20commandes=20erron?= =?UTF-8?q?=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/setup_commandes.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/setup_commandes.txt b/docs/setup_commandes.txt index d4359d2..6495df2 100644 --- a/docs/setup_commandes.txt +++ b/docs/setup_commandes.txt @@ -1,5 +1,5 @@ Connexion: - - nslookup <hostname_raspberry>.local ou ping <hostname_raspberry>.local -4 + - ping <hostname_raspberry>.local -4 - ssh <user>@<ip_raspberry> Avant Installation: @@ -12,6 +12,7 @@ Installation: Premier nœud: - sudo su - curl -sfL https://get.k3s.io | sh -s - --cluster-init + - cat /var/lib/rancher/k3s/server/node-token Prochains nœuds: - sudo su @@ -26,4 +27,4 @@ Vérification: Désinstallation: - sudo k3s-uninstall.sh - sudo rm -rf /var/lib/rancher/k3s - - shutdown now \ No newline at end of file + - shutdown now -- GitLab