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

Update 3 files

- /kubernetes_installation.md
- /1.kubernetes_installation.md
- /2.worker_node_configuration.md
parent b3d61b46
No related branches found
No related tags found
No related merge requests found
......@@ -191,4 +191,3 @@ kube-flannel-ds-vfr4h 1/1 Running 10 (74m ago) 6d
root@kube01:~#
```
```bash
root@kube01:~# kubectl get pods -n kube-flannel
NAME READY STATUS RESTARTS AGE
kube-flannel-ds-7x8dk 1/1 Running 11 (127m ago) 6d
kube-flannel-ds-jwgkv 1/1 Running 7 (136m ago) 6d
kube-flannel-ds-vfr4h 1/1 Running 10 (74m ago) 6d
root@kube01:~#
```
```bash
```
# Ajout et configuration d'un worker node
# 1. Rejoindre le Master kube01 depuis les workers
avec la commande **guardee plus tot** :
```bash
kubeadm join 192.168.10.10:6443 --token 9yu8eq.hluhrzkufar4s07z \
--discovery-token-ca-cert-hash sha256:21820cff2482dda0ce25e234f5fc2e6a5d2676bd14ca08cf1c457eba2a3583b2
```
\ 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