From 0d07a6bec2314b81fb46cc7b1e7973d30eb100d5 Mon Sep 17 00:00:00 2001 From: Shen Yuanyu Date: Thu, 22 Mar 2018 09:37:04 +0800 Subject: [PATCH] add a note when mount a configmap to pod (#7745) --- docs/tasks/configure-pod-container/configure-pod-configmap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tasks/configure-pod-container/configure-pod-configmap.md b/docs/tasks/configure-pod-container/configure-pod-configmap.md index 5175ae9829..16ed639254 100644 --- a/docs/tasks/configure-pod-container/configure-pod-configmap.md +++ b/docs/tasks/configure-pod-container/configure-pod-configmap.md @@ -502,6 +502,9 @@ special.level special.type ``` +**Caution:** If there are some files in the `/etc/config/` directory, they will be deleted. +{: .caution} + ### Add ConfigMap data to a specific path in the Volume Use the `path` field to specify the desired file path for specific ConfigMap items.