File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
content/en/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -861,22 +861,7 @@ spec:
861
861
restartPolicy: Never
862
862
` ` `
863
863
864
- # ## Mounted ConfigMaps are updated automatically
865
-
866
- When a mounted ConfigMap is updated, the projected content is eventually updated too.
867
- This applies in the case where an optionally referenced ConfigMap comes into existence after
868
- a pod has started.
869
-
870
- The kubelet checks whether the mounted ConfigMap is fresh on every periodic sync. However, it
871
- uses its local TTL-based cache for getting the current value of the ConfigMap. As a result,
872
- the total delay from the moment when the ConfigMap is updated to the moment when new keys
873
- are projected to the pod can be as long as kubelet sync period (1 minute by default) + TTL of
874
- ConfigMaps cache (1 minute by default) in kubelet.
875
864
876
- {{< note >}}
877
- A container using a ConfigMap as a [subPath](/docs/concepts/storage/volumes/#using-subpath)
878
- volume will not receive ConfigMap updates.
879
- {{< /note > }}
880
865
881
866
# # Restrictions
882
867
You can’t perform that action at this time.
0 commit comments