We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b2477 commit 2f7b775Copy full SHA for 2f7b775
chapters/3_install_kubernetes.md
@@ -66,7 +66,7 @@ This tutorial assumes **kube-01** as the master and used kubeadm as a tool to i
66
To initialize master, run this on kube-01
67
68
```
69
-kubeadm init --apiserver-advertise-address 192.168.12.10 --pod-network-cidr=192.168.0.0/16
+kubeadm init --apiserver-advertise-address 192.168.56.101 --pod-network-cidr=192.168.0.0/16
70
71
72
### Initialization of the Nodes (Previously Minions)
0 commit comments