Skip to content

Commit c757b4f

Browse files
authored
Update READme.md
1 parent 1eb3fc0 commit c757b4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kubeadm/READme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ sudo -i
2222

2323
``` sh
2424
#!/bin/bash
25+
# common.sh
26+
# copy this script and run in all master and worker nodes
2527
#i1) Switch to root user [ sudo -i]
2628

2729
sudo hostnamectl set-hostname node1
@@ -119,7 +121,7 @@ systemctl daemon-reload
119121
systemctl start kubelet
120122
systemctl enable kubelet.service
121123
```
122-
## Initialised the control plane.
124+
## Initialised the control plane in the master node as the root user.
123125
``` sh
124126
# Initialize Kubernetes control plane by running the below commond as root user.
125127
sudo kubeadm init

0 commit comments

Comments
 (0)