Fixed a tiny typo

Kubernets -> Kubernetes
This commit is contained in:
Jasmine Hegman 2017-02-08 17:22:46 -07:00 committed by mengyuan
parent 10d678bfc8
commit b51f5a2e2c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ When you run [`kubectl logs`](/docs/user-guide/kubectl/kubectl_logs), as in the
There are two types of system components: those that run in a container and those There are two types of system components: those that run in a container and those
that do not run in a container. For example: that do not run in a container. For example:
* The Kubernets scheduler and kube-proxy run in a container. * The Kubernetes scheduler and kube-proxy run in a container.
* The kubelet and container runtime, for example Docker, do not run in containers. * The kubelet and container runtime, for example Docker, do not run in containers.
On machines with systemd, the kubelet and container runtime write to journald. If On machines with systemd, the kubelet and container runtime write to journald. If