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.
2 parents b59e243 + f247ad6 commit db194ccCopy full SHA for db194cc
content/zh-cn/docs/concepts/configuration/configmap.md
@@ -47,6 +47,7 @@ debug the exact same code locally if needed.
47
48
这让你可以获取在云中运行的容器镜像,并且如果有需要的话,在本地调试完全相同的代码。
49
50
+{{< note >}}
51
<!--
52
A ConfigMap is not designed to hold large chunks of data. The data stored in a
53
ConfigMap cannot exceed 1 MiB. If you need to store settings that are
@@ -56,7 +57,7 @@ separate database or file service.
56
57
ConfigMap 在设计上不是用来保存大量数据的。在 ConfigMap 中保存的数据不可超过
58
1 MiB。如果你需要保存超出此尺寸限制的数据,你可能希望考虑挂载存储卷
59
或者使用独立的数据库或者文件服务。
-
60
+{{< /note >}}
61
62
## ConfigMap object
63
0 commit comments