Merge pull request #5746 from olibye/patch-1

Minor spelling correction
reviewable/pr5788/r1
Joseph Heck 2017-10-05 14:02:36 -07:00 committed by GitHub
commit 187bd30d9f
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