Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always #13607

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/user-guide/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ The `image` property of a container supports the same syntax as the `docker` com

## 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
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.

## Using a Private Registry
Expand Down