semantic fix
use "latest" => "Always" use nothing => "Always" use any but "latest" => "IfNotPresent"
This commit is contained in:
@@ -108,7 +108,7 @@ When you (or a controller) submit a new Pod to the API server, your cluster sets
|
|||||||
`:latest`, `imagePullPolicy` is automatically set to `Always`;
|
`:latest`, `imagePullPolicy` is automatically set to `Always`;
|
||||||
- if you omit the `imagePullPolicy` field, and you don't specify the tag for the
|
- if you omit the `imagePullPolicy` field, and you don't specify the tag for the
|
||||||
container image, `imagePullPolicy` is automatically set to `Always`;
|
container image, `imagePullPolicy` is automatically set to `Always`;
|
||||||
- if you omit the `imagePullPolicy` field, and you don't specify the tag for the
|
- if you omit the `imagePullPolicy` field, and you specify the tag for the
|
||||||
container image that isn't `:latest`, the `imagePullPolicy` is automatically set to
|
container image that isn't `:latest`, the `imagePullPolicy` is automatically set to
|
||||||
`IfNotPresent`.
|
`IfNotPresent`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user