Updated 'when a worker node has been provisioned' (#8378)

This commit is contained in:
kbatuigas 2018-05-11 13:23:25 -07:00 committed by k8s-ci-robot
parent 0371eb560f
commit 3b0eb0ff9f
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ In order to set up a cluster where the master and worker nodes communicate with
`kubeadm init --apiserver-advertise-address=<private-master-ip>`
2. When a worker node has been provisioned, add a flag to `/etc/systemd/system/kubelet.service.d/10-kubeadm.conf` that specifies the private IP of the worker node:
2. When a master or worker node has been provisioned, add a flag to `/etc/systemd/system/kubelet.service.d/10-kubeadm.conf` that specifies the private IP of the worker node:
`--node-ip=<private-node-ip>`