Skip to content

Commit 2f7b775

Browse files
authored
init with 56.101 ip
1 parent 99b2477 commit 2f7b775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/3_install_kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This tutorial assumes **kube-01** as the master and used kubeadm as a tool to i
6666
To initialize master, run this on kube-01
6767

6868
```
69-
kubeadm init --apiserver-advertise-address 192.168.12.10 --pod-network-cidr=192.168.0.0/16
69+
kubeadm init --apiserver-advertise-address 192.168.56.101 --pod-network-cidr=192.168.0.0/16
7070
7171
```
7272
### Initialization of the Nodes (Previously Minions)

0 commit comments

Comments
 (0)