Skip to content

Commit

Permalink
Update kubeadm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sangam14 authored May 29, 2024
1 parent 70c5e04 commit 947089d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/docs/kubernetes/kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: "kubeadm"
weight: 3
---

````
```
#!/bin/bash
# Step 04 ) Cluster Creation : https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
Expand Down Expand Up @@ -76,7 +76,8 @@ sudo kubeadm join 192.168.56.11:6443 --token rfmw9v.exud3pc7riu0vnb4 \



> NOTE
### NOTE

```
#!/bin/bash
Expand Down Expand Up @@ -121,7 +122,7 @@ sangam@sangam:~$ kubectl get nodes -o wide
```

> if your using containerd install
## if your using containerd install

```
# Configure persistent loading of modules
Expand Down

0 comments on commit 947089d

Please sign in to comment.