Skip to content
Snippets Groups Projects
Commit 55ebd67a authored by CLEMENTE Damien's avatar CLEMENTE Damien
Browse files

Update file 2.worker_node_configuration.md

parent adca895b
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,17 @@ root@kube01:~#
# 1. Rejoindre le Master kube01 depuis les workers
avec la commande **guardee plus tot** :
- Avec la commande **guardee plus tot** :
```bash
kubeadm join 192.168.10.10:6443 --token 9yu8eq.hluhrzkufar4s07z \
--discovery-token-ca-cert-hash sha256:21820cff2482dda0ce25e234f5fc2e6a5d2676bd14ca08cf1c457eba2a3583b2
```
- Puis de puis le Master, verifier si les nodes sont marques en Ready :
```bash
root@kube01:~# kubectl get nodes
NAME STATUS ROLES AGE VERSION
kube01 Ready control-plane 6d v1.28.15
worker1 Ready <none> 6d v1.28.15
worker2 Ready <none> 6d v1.28.15
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment