Skip to content
Snippets Groups Projects
Commit c555ea3d authored by david.truong.hes's avatar david.truong.hes
Browse files

Docs: Fix quelques commandes erronées

parent 375e315c
Branches
No related tags found
No related merge requests found
Connexion: Connexion:
- nslookup <hostname_raspberry>.local ou ping <hostname_raspberry>.local -4 - ping <hostname_raspberry>.local -4
- ssh <user>@<ip_raspberry> - ssh <user>@<ip_raspberry>
Avant Installation: Avant Installation:
...@@ -12,6 +12,7 @@ Installation: ...@@ -12,6 +12,7 @@ Installation:
Premier nœud: Premier nœud:
- sudo su - sudo su
- curl -sfL https://get.k3s.io | sh -s - --cluster-init - curl -sfL https://get.k3s.io | sh -s - --cluster-init
- cat /var/lib/rancher/k3s/server/node-token
Prochains nœuds: Prochains nœuds:
- sudo su - sudo su
...@@ -26,4 +27,4 @@ Vérification: ...@@ -26,4 +27,4 @@ Vérification:
Désinstallation: Désinstallation:
- sudo k3s-uninstall.sh - sudo k3s-uninstall.sh
- sudo rm -rf /var/lib/rancher/k3s - sudo rm -rf /var/lib/rancher/k3s
- shutdown now - shutdown now
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment