* Updated podpreset.md to reflect changes in #71479 See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#other-notable-changes-3 * Refactored explanation to facilitate localization.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
feda4f90ec
commit
9909ef75a0
@@ -51,9 +51,9 @@ Pods, Kubernetes modifies the Pod Spec. For changes to `Env`, `EnvFrom`, and
|
|||||||
the Pod; for changes to `Volume`, Kubernetes modifies the Pod Spec.
|
the Pod; for changes to `Volume`, Kubernetes modifies the Pod Spec.
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
A Pod Preset is capable of modifying the `.spec.containers` field in a
|
A Pod Preset is capable of modifying the following fields in a Pod spec when appropriate:
|
||||||
Pod spec when appropriate. *No* resource definition from the Pod Preset will be
|
- The `.spec.containers` field.
|
||||||
applied to the `initContainers` field.
|
- The `initContainers` field (requires Kubernetes version 1.14.0 or later).
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
### Disable Pod Preset for a Specific Pod
|
### Disable Pod Preset for a Specific Pod
|
||||||
|
|||||||
Reference in New Issue
Block a user