File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
content/zh/docs/tasks/administer-cluster/manage-resources Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,19 @@ it can be allowed to run in a namespace that is restricted by a quota.
246
246
-->
247
247
如果一个容器没有声明自己的内存限制,会被指定默认限制,然后它才会被允许在限定了配额的命名空间中运行。
248
248
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
+
249
262
## {{% heading "whatsnext" %}}
250
263
251
264
<!--
@@ -285,5 +298,5 @@ it can be allowed to run in a namespace that is restricted by a quota.
285
298
286
299
* [ 为容器和 Pod 分配内存资源] ( /zh/docs/tasks/configure-pod-container/assign-memory-resource/ )
287
300
* [ 为容器和 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/ )
289
302
You can’t perform that action at this time.
0 commit comments