mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Merge pull request #13472 from justinsb/docs_pull_policy_name
Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
This commit is contained in:
commit
b4a3698fae
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user