Minor spelling correction

This commit is contained in:
Oli Bye 2017-10-03 23:19:02 +01:00 committed by GitHub
parent 3d663b7944
commit 252012f2de
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ using kubeadm.
Since [Kubernetes 1.6 release](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#node-components-1),
Kubernetes container runtimes have been transferred to using CRI by default.
Currently, the build-in container runtime is Docker which is enabled by built-in
Currently, the built-in container runtime is Docker which is enabled by built-in
`dockershim` in `kubelet`.
Using other CRI based runtimes with kubeadm is very simple, and currently