From 7e22ae5adcacca6f10bcd82048b2d2a395ddb6af Mon Sep 17 00:00:00 2001 From: noms Date: Sun, 13 Sep 2020 05:40:58 +0530 Subject: [PATCH] Fix for 23732 (#23822) * Fix for 23732 Explicitly specify that consumed as environment variables require pod restart to refresh. * Remove note tag Remove note tag as suggested --- content/en/docs/concepts/configuration/configmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/configuration/configmap.md b/content/en/docs/concepts/configuration/configmap.md index 93bc555746..7cefb2e6cd 100644 --- a/content/en/docs/concepts/configuration/configmap.md +++ b/content/en/docs/concepts/configuration/configmap.md @@ -213,6 +213,7 @@ when new keys are projected to the Pod can be as long as the kubelet sync period propagation delay, where the cache propagation delay depends on the chosen cache type (it equals to watch propagation delay, ttl of cache, or zero correspondingly). +ConfigMaps consumed as environment variables are not updated automatically and require a pod restart. ## Immutable ConfigMaps {#configmap-immutable} {{< feature-state for_k8s_version="v1.19" state="beta" >}}