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 9b35120 + cb901fd commit 5a4ecd1Copy full SHA for 5a4ecd1
content/zh/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md
@@ -82,6 +82,9 @@ does not specify a memory request and limit.
82
现在,如果在 default-mem-example 命名空间创建容器,并且该容器没有声明自己的内存请求和限制值,
83
它将被指定默认的内存请求 256 MiB 和默认的内存限制 512 MiB。
84
85
+下面是具有一个容器的 Pod 的配置文件。
86
+容器未指定内存请求和限制。
87
+
88
{{< codenew file="admin/resource/memory-defaults-pod.yaml" >}}
89
90
<!--
0 commit comments