docs: fixing a typo

This commit is contained in:
Anton Drukh
2017-08-25 21:46:50 +03:00
committed by GitHub
parent d13c10d0ff
commit 5b79d36e59
@@ -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 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. default CPU limit for the namespace.
``` ```