From 40073e8abb21530eedf476e1b82c61847e9d5f8a Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Wed, 22 Mar 2017 16:54:51 +0800 Subject: [PATCH] rephrase the expression of configmap/index.md change "any pods" to "every pod" --- docs/user-guide/configmap/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configmap/index.md b/docs/user-guide/configmap/index.md index 8249f55084..28eabedadd 100644 --- a/docs/user-guide/configmap/index.md +++ b/docs/user-guide/configmap/index.md @@ -525,7 +525,7 @@ ConfigMaps reside in a namespace. They can only be referenced by pods in the s Quota for ConfigMap size is a planned feature. -Kubelet only supports use of ConfigMap for pods it gets from the API server. This includes any pods +Kubelet only supports use of ConfigMap for pods it gets from the API server. This includes every pod created using kubectl, or indirectly via a replication controller. It does not include pods created via the Kubelet's `--manifest-url` flag, its `--config` flag, or its REST API (these are not common ways to create pods.)