Skip to content

Commit cf7ed46

Browse files
committed
Add a note to pod preset
1 parent 8004acd commit cf7ed46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/concepts/workloads/pods/podpreset.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ Pods, Kubernetes modifies the Pod Spec. For changes to `Env`, `EnvFrom`, and
4949
`VolumeMounts`, Kubernetes modifies the container spec for all containers in
5050
the Pod; for changes to `Volume`, Kubernetes modifies the Pod Spec.
5151

52+
**Note:** A Pod Preset is capable of modifying the `spec.containers` field in a
53+
Pod spec when appropriate. *No* resource definition from the Pod Preset will be
54+
applied to the `initContainers` field.
55+
{: .note}
56+
5257
### Disable Pod Preset for a Specific Pod
5358

5459
There may be instances where you wish for a Pod to not be altered by any Pod

0 commit comments

Comments
 (0)