Skip to content

Commit

Permalink
Updated 'when a worker node has been provisioned' (kubernetes#8378)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbatuigas authored and k8s-ci-robot committed May 11, 2018
1 parent 0371eb5 commit 3b0eb0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>`

Expand Down

0 comments on commit 3b0eb0f

Please sign in to comment.