fixed capitalization typo

changed 'cpu' to 'CPU' when not in config text
reviewable/pr2232/r1
Andrew Chen 2017-01-24 10:11:26 -08:00
parent ed7f520057
commit 6cfdb404bc
1 changed files with 2 additions and 2 deletions

View File

@ -145,9 +145,9 @@ spec:
volumeMounts:
```
Note that our nginx container has picked up the namespace default cpu and memory resource *limits* and *requests*.
Note that our nginx container has picked up the namespace default CPU and memory resource *limits* and *requests*.
Let's create a pod that exceeds our allowed limits by having it have a container that requests 3 cpu cores.
Let's create a pod that exceeds our allowed limits by having it have a container that requests 3 CPU cores.
```shell
$ kubectl create -f docs/admin/limitrange/invalid-pod.yaml --namespace=limit-example