Updated podpreset.md to reflect changes in #71479 (#14764)

* 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:
Nicolas Rouquette 2019-06-10 17:58:15 -07:00 committed by Kubernetes Prow Robot
parent feda4f90ec
commit 9909ef75a0
1 changed files with 3 additions and 3 deletions

View File

@ -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.
{{< note >}}
A Pod Preset is capable of modifying the `.spec.containers` field in a
Pod spec when appropriate. *No* resource definition from the Pod Preset will be
applied to the `initContainers` field.
A Pod Preset is capable of modifying the following fields in a Pod spec when appropriate:
- The `.spec.containers` field.
- The `initContainers` field (requires Kubernetes version 1.14.0 or later).
{{< /note >}}
### Disable Pod Preset for a Specific Pod