From c483ada3ff811da2d85111c9a190046a92f961de Mon Sep 17 00:00:00 2001 From: xuhuilong Date: Sat, 9 Dec 2017 17:39:15 +0800 Subject: [PATCH] Update podpreset.md --- docs/concepts/workloads/pods/podpreset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/pods/podpreset.md b/docs/concepts/workloads/pods/podpreset.md index bf9ca2eb67..316fe8b6da 100644 --- a/docs/concepts/workloads/pods/podpreset.md +++ b/docs/concepts/workloads/pods/podpreset.md @@ -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-": ""`. + `podpreset.admission.kubernetes.io/podpreset-: ""`. 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