fixed capitalization typo
changed 'cpu' to 'CPU' when not in config textreviewable/pr2232/r1
parent
ed7f520057
commit
6cfdb404bc
docs/admin/limitrange
|
@ -145,9 +145,9 @@ spec:
|
||||||
volumeMounts:
|
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
|
```shell
|
||||||
$ kubectl create -f docs/admin/limitrange/invalid-pod.yaml --namespace=limit-example
|
$ kubectl create -f docs/admin/limitrange/invalid-pod.yaml --namespace=limit-example
|
||||||
|
|
Loading…
Reference in New Issue