Skip to content

Commit c615e4b

Browse files
authored
[zh-cn]Fix modify wrong namespace name
modify wrong namespace name
1 parent 232eb4f commit c615e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ of the Kubernetes API creates an equivalent Pod), Kubernetes performs these step
128128
* Verify that every container in that Pod specifies a CPU limit that is less than or equal to 800 millicpu.
129129
-->
130130
131-
现在,每当你在 constraints-mem-example 命名空间中创建 Pod 时,或者某些其他的
131+
现在,每当你在 constraints-cpu-example 命名空间中创建 Pod 时,或者某些其他的
132132
Kubernetes API 客户端创建了等价的 Pod 时,Kubernetes 就会执行下面的步骤:
133133
134134
* 如果 Pod 中的任何容器未声明自己的 CPU 请求和限制,控制面将为该容器设置默认的 CPU 请求和限制。

0 commit comments

Comments
 (0)