From ac9a2e678e43f396b77e1d7bfddd2ff9cdd6f859 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Fri, 5 May 2017 13:32:25 +0800 Subject: [PATCH] fix a typo "by default" may be fine --- docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/containers/images.md b/docs/concepts/containers/images.md index 91c42acbd3..9c9221ada8 100644 --- a/docs/concepts/containers/images.md +++ b/docs/concepts/containers/images.md @@ -205,7 +205,7 @@ with credentials for Google Container Registry. You cannot use this approach. will not work reliably on GCE, and any other cloud provider that does automatic node replacement. -Be default, the kubelet will try to pull each image from the specified registry. +By default, the kubelet will try to pull each image from the specified registry. However, if the `imagePullPolicy` property of the container is set to `IfNotPresent` or `Never`, then a local image is used (preferentially or exclusively, respectively).