Commit c6d7a904 authored by Justin Santa Barbara's avatar Justin Santa Barbara

Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always

PullIfNotPresent is the internal name in go code; IfNotPresent is the user-facing value that is specified in json/yaml. For docs, we should use the user-facing string. Similarly PullAlways -> Always
parent f7123ac8
...@@ -55,9 +55,9 @@ The `image` property of a container supports the same syntax as the `docker` com ...@@ -55,9 +55,9 @@ The `image` property of a container supports the same syntax as the `docker` com
## Updating Images ## Updating Images
The default pull policy is `PullIfNotPresent` which causes the Kubelet to not The default pull policy is `IfNotPresent` which causes the Kubelet to not
pull an image if it already exists. If you would like to always force a pull pull an image if it already exists. If you would like to always force a pull
you must set a pull image policy of `PullAlways` or specify a `:latest` tag on you must set a pull image policy of `Always` or specify a `:latest` tag on
your image. your image.
## Using a Private Registry ## Using a Private Registry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment