Skip to content

Commit f0c8341

Browse files
authored
Merge pull request #34303 from Kehrlann/docs/configmap-change-annotation
remove workaround to refresh mounted secrets/configmaps in Tasks section
2 parents 376b197 + 4b0dc5d commit f0c8341

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,7 @@ existence after a pod has started.
635635

636636
Kubelet checks whether the mounted ConfigMap is fresh on every periodic sync. However, it uses its local TTL-based cache for getting the current value of the
637637
ConfigMap. As a result, the total delay from the moment when the ConfigMap is updated to the moment when new keys are projected to the pod can be as long as
638-
kubelet sync period (1 minute by default) + TTL of ConfigMaps cache (1 minute by default) in kubelet. You can trigger an immediate refresh by updating one of
639-
the pod's annotations.
638+
kubelet sync period (1 minute by default) + TTL of ConfigMaps cache (1 minute by default) in kubelet.
640639

641640
{{< note >}}
642641
A container using a ConfigMap as a [subPath](/docs/concepts/storage/volumes/#using-subpath) volume will not receive ConfigMap updates.

0 commit comments

Comments
 (0)