Skip to content

Commit 947089d

Browse files
authored
Update kubeadm.md
1 parent 70c5e04 commit 947089d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/docs/kubernetes/kubeadm.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: "kubeadm"
55
weight: 3
66
---
77

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

7777

7878

79-
> NOTE
79+
### NOTE
80+
8081
```
8182
#!/bin/bash
8283
@@ -121,7 +122,7 @@ sangam@sangam:~$ kubectl get nodes -o wide
121122
122123
```
123124

124-
> if your using containerd install
125+
## if your using containerd install
125126

126127
```
127128
# Configure persistent loading of modules

0 commit comments

Comments
 (0)