Skip to content

Commit

Permalink
liascript
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Apr 8, 2024
1 parent 4ffb197 commit 963d99a
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 238 deletions.
2 changes: 1 addition & 1 deletion labs/k8s/installation_kubernetes.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Machines : **worker-0**, **worker-1**
4. Nous allons maintenant ajouter les deux noeuds worker à notre cluster. Pour ce faire, nous allons utiliser la commande suivante sur les noeuds worker worker-0 et worker-1:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.zsh .numberLines}
training@worker$ sudo kubeadm join INTERNAL_MASTER_IP:6443 --token TOKEN --discovery-token-ca-cert-hash DISC_TOKEN
kubeadm join INTERNAL_MASTER_IP:6443 --token TOKEN --discovery-token-ca-cert-hash DISC_TOKEN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.zsh}
Expand Down
2 changes: 0 additions & 2 deletions labs/k8s/upgrade.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Vérifions la version de kubeadm :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.zsh .numberLines}
kubeadm version

kubeadm version: &version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.16", GitCommit:"60e5135f758b6e43d0523b3277e8d34b4ab3801f", GitTreeState:"clean", BuildDate:"2023-01-18T15:59:57Z", GoVersion:"go1.19.5", Compiler:"gc", Platform:"linux/amd64"}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Nous devons maintenant drain le noeud master afin de pouvoir faire l’upgrade dessus :
Expand Down
Loading

0 comments on commit 963d99a

Please sign in to comment.