Change PullPolicy constants to match

This commit is contained in:
Tim Hockin
2015-01-20 20:30:42 -08:00
parent 903de0c2fe
commit 81343aac63
13 changed files with 186 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ All users of the cluster will have access to any private registry in the `.docke
## Preloading Images
Be default, the kubelet will try to pull each image from the specified registry.
However, if the `imagePullPolicy` property of the container is set to `PullIfNotPresent` or `PullNever`,
However, if the `imagePullPolicy` property of the container is set to `IfNotPresent` or `Never`,
then a local image is used (preferentially or exclusively, respectively).
This can be used to preload certain images for speed or as an alternative to authenticating to a private registry.