Merge pull request #5204 from adrukh/patch-1

docs: fixing a typo
pull/5273/head
Andrew Chen 2017-09-01 16:38:52 -07:00 committed by GitHub
commit 89e0c5f6e7
1 changed files with 1 additions and 1 deletions

View File

@ -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.
```