We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30350f6 commit 5fb5cb0Copy full SHA for 5fb5cb0
content/zh-cn/docs/concepts/configuration/configmap.md
@@ -556,7 +556,7 @@ nor to mutate the contents of the `data` or the `binaryData` field. You can
556
only delete and recreate the ConfigMap. Because existing Pods maintain a mount point
557
to the deleted ConfigMap, it is recommended to recreate these pods.
558
-->
559
-一旦某 ConfigMap 被标记为不可变更,则 _无法_ 逆转这一变化,,也无法更改
+一旦某 ConfigMap 被标记为不可变更,则 **无法** 逆转这一变化,也无法更改
560
`data` 或 `binaryData` 字段的内容。你只能删除并重建 ConfigMap。
561
因为现有的 Pod 会维护一个已被删除的 ConfigMap 的挂载点,建议重新创建这些 Pods。
562
0 commit comments