fix a typo

"by default" may be fine
This commit is contained in:
Xiaoyu Zhang
2017-05-05 13:32:25 +08:00
committed by Andrew Chen
parent 3205c11056
commit ac9a2e678e
+1 -1
View File
@@ -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).