Merge pull request #6632 from xuhuilong/patch-13

Update podpreset.md
This commit is contained in:
Qiming
2017-12-12 08:59:41 +08:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ When a pod creation request occurs, the system does the following:
the pod _without_ any injected resources from the `PodPreset`.
1. Annotate the resulting modified Pod spec to indicate that it has been
modified by a `PodPreset`. The annotation is of the form
`podpreset.admission.kubernetes.io/podpreset-<pod-preset name>": "<resource version>"`.
`podpreset.admission.kubernetes.io/podpreset-<pod-preset name>: "<resource version>"`.
Each Pod can be matched zero or more Pod Presets; and each `PodPreset` can be
applied to zero or more pods. When a `PodPreset` is applied to one or more