File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ When a ConfigMap currently consumed in a volume is updated, projected keys are e
349
349
The kubelet checks whether the mounted ConfigMap is fresh on every periodic sync.
350
350
However, the kubelet uses its local cache for getting the current value of the ConfigMap.
351
351
The type of the cache is configurable using the `ConfigMapAndSecretChangeDetectionStrategy` field in
352
- the [KubeletConfiguration struct](https://github.com/kubernetes/kubernetes/blob/{{< param "docsbranch" >}}/staging/src/k8s.io/ kubelet/ config/ v1beta1/types.go ).
352
+ the [KubeletConfiguration struct](/docs/reference/config-api/ kubelet- config. v1beta1/).
353
353
-->
354
354
# ### 被挂载的 ConfigMap 内容会被自动更新
355
355
@@ -386,15 +386,15 @@ ConfigMaps consumed as environment variables are not updated automatically and r
386
386
-->
387
387
# # 不可变更的 ConfigMap {#configmap-immutable}
388
388
389
- {{< feature-state for_k8s_version="v1.19 " state="beta " >}}
389
+ {{< feature-state for_k8s_version="v1.21 " state="stable " >}}
390
390
391
391
<!--
392
- The Kubernetes beta feature _Immutable Secrets and ConfigMaps_ provides an option to set
392
+ The Kubernetes feature _Immutable Secrets and ConfigMaps_ provides an option to set
393
393
individual Secrets and ConfigMaps as immutable. For clusters that extensively use ConfigMaps
394
394
(at least tens of thousands of unique ConfigMap to Pod mounts), preventing changes to their
395
395
data has the following advantages :
396
396
-->
397
- Kubernetes Beta 特性 _不可变更的 Secret 和 ConfigMap_ 提供了一种将各个
397
+ Kubernetes 特性 _不可变更的 Secret 和 ConfigMap_ 提供了一种将各个
398
398
Secret 和 ConfigMap 设置为不可变更的选项。对于大量使用 ConfigMap 的
399
399
集群(至少有数万个各不相同的 ConfigMap 给 Pod 挂载)而言,禁止更改
400
400
ConfigMap 的数据有以下好处:
You can’t perform that action at this time.
0 commit comments