Merge pull request #29715 from regentov/patch-1
fix typo that is semantically importantpull/29803/head
commit
ce5ec30e0e
|
@ -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`;
|
||||
- if you omit the `imagePullPolicy` field, and you don't specify the tag for the
|
||||
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
|
||||
`IfNotPresent`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue