Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
b4a3698f
Commit
b4a3698f
authored
Sep 02, 2015
by
Wojciech Tyczynski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13472 from justinsb/docs_pull_policy_name
Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
parents
72fe5a9b
c6d7a904
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
images.md
docs/user-guide/images.md
+2
-2
No files found.
docs/user-guide/images.md
View file @
b4a3698f
...
...
@@ -55,9 +55,9 @@ The `image` property of a container supports the same syntax as the `docker` com
## Updating Images
The default pull policy is
`
Pull
IfNotPresent`
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
`
Pull
Always`
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment