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 aabe6db commit bdb303e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions labs/liascript/labs-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,14 @@ Un token sera généré à l'issue du processus d'initialisation. Il est importa

Notez la commande de join :

Exemple :

```bash +.
kubeadm join 10.10.3.243:6443 --token m03nzv.vtfeaij5yu876u7z \
--discovery-token-ca-cert-hash sha256:2da9df40f55f901d221d30cf0574264bcd4c62b7c38200498e99e2797a55753f

kubeadm join 10.10.3.243:6443 --token m03nzv.vtfeaij5yu876u7z --discovery-token-ca-cert-hash sha256:2da9df40f55f901d221d30cf0574264bcd4c62b7c38200498e99e2797a55753f

```



2. Nous avons donc installé un premier noeud master Kubernetes. Nous allons maintenant configurer la CLI kubectl pour pouvoir l’utiliser depuis le master:

```bash +.
Expand Down

0 comments on commit bdb303e

Please sign in to comment.