From 5b79d36e59a3506e35e220dd378ba4c965e8665d Mon Sep 17 00:00:00 2001 From: Anton Drukh Date: Fri, 25 Aug 2017 21:46:50 +0300 Subject: [PATCH] docs: fixing a typo --- docs/tasks/administer-cluster/cpu-default-namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/cpu-default-namespace.md b/docs/tasks/administer-cluster/cpu-default-namespace.md index eab8e81b6e..d446b436b5 100644 --- a/docs/tasks/administer-cluster/cpu-default-namespace.md +++ b/docs/tasks/administer-cluster/cpu-default-namespace.md @@ -123,7 +123,7 @@ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/cpu-defaults-pod- ``` The output shows that the Container's CPU request is set to the value specified in the -Container's configuration file. The Container's CPU limit is set to 1 cpu, wh70cb02113b7c7cc1604d1951ef82e1c82850eef2ich is the +Container's configuration file. The Container's CPU limit is set to 1 cpu, which is the default CPU limit for the namespace. ```