From ad7e057283e1817cc1657ddba423bf2b5917be87 Mon Sep 17 00:00:00 2001 From: zhang dongqi Date: Fri, 25 Aug 2017 04:59:59 +0800 Subject: [PATCH] It should be CPU NOT memory here. (#5167) --- docs/tasks/administer-cluster/cpu-constraint-namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/cpu-constraint-namespace.md b/docs/tasks/administer-cluster/cpu-constraint-namespace.md index 6618dca989..89f771794e 100644 --- a/docs/tasks/administer-cluster/cpu-constraint-namespace.md +++ b/docs/tasks/administer-cluster/cpu-constraint-namespace.md @@ -77,7 +77,7 @@ CPU request and limit to the Container. * Verify that the Container specifies a CPU request that is greater than or equal to 200 millicpu. -* Verify that the Container specifies a memory limit that is less than or equal to 800 millicpu. +* Verify that the Container specifies a CPU limit that is less than or equal to 800 millicpu. Here's the configuration file for a Pod that has one Container. The Container manifest specifies a CPU request of 500 millicpu and a CPU limit of 800 millicpu. These satisfy the