Skip to content

Commit 20d326f

Browse files
authored
Merge pull request #40313 from raghu-manne/duplicate-configmap-info
Deleted duplicate info in configure-pod-configmap
2 parents 1333e51 + 4fcd152 commit 20d326f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -861,22 +861,7 @@ spec:
861861
restartPolicy: Never
862862
```
863863

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.
875864

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 >}}
880865

881866
## Restrictions
882867

0 commit comments

Comments
 (0)