Skip to content

Commit db194cc

Browse files
authored
Merge pull request #42737 from Arhell/zh-note
[zh] Highlighting an important point regarding ConfigMaps
2 parents b59e243 + f247ad6 commit db194cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/zh-cn/docs/concepts/configuration/configmap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ debug the exact same code locally if needed.
4747

4848
这让你可以获取在云中运行的容器镜像,并且如果有需要的话,在本地调试完全相同的代码。
4949

50+
{{< note >}}
5051
<!--
5152
A ConfigMap is not designed to hold large chunks of data. The data stored in a
5253
ConfigMap cannot exceed 1 MiB. If you need to store settings that are
@@ -56,7 +57,7 @@ separate database or file service.
5657
ConfigMap 在设计上不是用来保存大量数据的。在 ConfigMap 中保存的数据不可超过
5758
1 MiB。如果你需要保存超出此尺寸限制的数据,你可能希望考虑挂载存储卷
5859
或者使用独立的数据库或者文件服务。
59-
60+
{{< /note >}}
6061
<!--
6162
## ConfigMap object
6263

0 commit comments

Comments
 (0)