Skip to content

Commit 49d7b49

Browse files
authored
semantic fix
use "latest" => "Always" use nothing => "Always" use any but "latest" => "IfNotPresent"
1 parent 59e9b43 commit 49d7b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/containers/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ When you (or a controller) submit a new Pod to the API server, your cluster sets
108108
`:latest`, `imagePullPolicy` is automatically set to `Always`;
109109
- if you omit the `imagePullPolicy` field, and you don't specify the tag for the
110110
container image, `imagePullPolicy` is automatically set to `Always`;
111-
- if you omit the `imagePullPolicy` field, and you don't specify the tag for the
111+
- if you omit the `imagePullPolicy` field, and you specify the tag for the
112112
container image that isn't `:latest`, the `imagePullPolicy` is automatically set to
113113
`IfNotPresent`.
114114

0 commit comments

Comments
 (0)