Add note for configMap volume. (#8023)

* Add note for configMap volume.

* updating wording
This commit is contained in:
chenhonggc
2018-04-10 04:34:10 +08:00
committed by k8s-ci-robot
parent 3eeefd24ea
commit 8397658688
+3
View File
@@ -211,6 +211,9 @@ its `log_level` entry are mounted into the Pod at path "`/etc/config/log_level`"
Note that this path is derived from the volume's `mountPath` and the `path`
keyed with `log_level`.
**Important:** You must create a [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/) before you can use it.
{: .caution}
**Note:** A container using a ConfigMap as a [subPath](#using-subpath) volume mount will not
receive ConfigMap updates.
{: .note}