From 9080f016b183c03ea3cb350b4c41730dd3047194 Mon Sep 17 00:00:00 2001 From: nw31304 Date: Wed, 13 Jun 2018 11:22:29 +1200 Subject: [PATCH] Added "by" in line 48 (#9013) s/Each Pod can be matched zero/Each Pod can be matched by zero/ Alternatively: s/Each Pod can be matched zero/Each Pod can match zero/ --- content/en/docs/concepts/workloads/pods/podpreset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/podpreset.md b/content/en/docs/concepts/workloads/pods/podpreset.md index 7efa9711f5..f6e2ec494c 100644 --- a/content/en/docs/concepts/workloads/pods/podpreset.md +++ b/content/en/docs/concepts/workloads/pods/podpreset.md @@ -45,7 +45,7 @@ When a pod creation request occurs, the system does the following: modified by a `PodPreset`. The annotation is of the form `podpreset.admission.kubernetes.io/podpreset-: ""`. -Each Pod can be matched zero or more Pod Presets; and each `PodPreset` can be +Each Pod can be matched by 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 Pods, Kubernetes modifies the Pod Spec. For changes to `Env`, `EnvFrom`, and `VolumeMounts`, Kubernetes modifies the container spec for all containers in