Merge pull request #3212 from lichuqiang/master

Automatic merge from submit-queue

fix typo in boot-sequence.md
This commit is contained in:
Kubernetes Submit Queue 2017-08-16 09:22:43 -07:00 committed by GitHub
commit d9766b6191
1 changed files with 1 additions and 1 deletions

View File

@ -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: