Skip to content

Commit 995a377

Browse files
authored
Merge pull request #25573 from guzj11/patch-18
Update memory-default-namespace.md
2 parents 1a9eebb + 17996f9 commit 995a377

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

content/zh/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,19 @@ it can be allowed to run in a namespace that is restricted by a quota.
246246
-->
247247
如果一个容器没有声明自己的内存限制,会被指定默认限制,然后它才会被允许在限定了配额的命名空间中运行。
248248

249+
<!--
250+
## Clean up
251+
252+
Delete your namespace:
253+
-->
254+
## 清理
255+
256+
删除你的命名空间:
257+
258+
```shell
259+
kubectl delete namespace default-mem-example
260+
```
261+
249262
## {{% heading "whatsnext" %}}
250263

251264
<!--
@@ -285,5 +298,5 @@ it can be allowed to run in a namespace that is restricted by a quota.
285298

286299
* [为容器和 Pod 分配内存资源](/zh/docs/tasks/configure-pod-container/assign-memory-resource/)
287300
* [为容器和 Pod 分配 CPU 资源](/zh/docs/tasks/configure-pod-container/assign-cpu-resource/)
288-
* [为 Pod 配置服务数量](/zh/docs/tasks/configure-pod-container/quality-service-pod/)
301+
* [为 Pod 配置服务质量](/zh/docs/tasks/configure-pod-container/quality-service-pod/)
289302

0 commit comments

Comments
 (0)