mirror of https://github.com/kubernetes/kops.git
Merge pull request #3212 from lichuqiang/master
Automatic merge from submit-queue fix typo in boot-sequence.md
This commit is contained in:
commit
d9766b6191
|
@ -105,7 +105,7 @@ Protokube:
|
|||
Most of this has focused on things that happen on the master, but the node bringup is very similar but simplified:
|
||||
|
||||
* nodeup installs docker & kubelet
|
||||
* in /etc/kuberntes/manifests, we have kube-proxy
|
||||
* in /etc/kubernetes/manifests, we have kube-proxy
|
||||
|
||||
So kubelet will start up, and will kube-proxy. It will try to reach the api-server on the internal DNS name,
|
||||
and once the master is up it will succeed. Then:
|
||||
|
|
Loading…
Reference in New Issue