From 2ffc2be86e2b3f44163def2117d6d3151fdfa9b8 Mon Sep 17 00:00:00 2001 From: chenhonggc Date: Tue, 10 Apr 2018 04:34:10 +0800 Subject: [PATCH] Add note for configMap volume. (#8023) * Add note for configMap volume. * updating wording --- docs/concepts/storage/volumes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/concepts/storage/volumes.md b/docs/concepts/storage/volumes.md index f266a05027..8f3332c99f 100644 --- a/docs/concepts/storage/volumes.md +++ b/docs/concepts/storage/volumes.md @@ -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}