diff --git a/docs/boot-sequence.md b/docs/boot-sequence.md index 020d841f314fa..fd183fe03eb97 100644 --- a/docs/boot-sequence.md +++ b/docs/boot-sequence.md @@ -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: