LimitRange name fixed in kubectl command (#6133)
parent
1a2238ff19
commit
1a681e88ae
|
@ -49,7 +49,7 @@ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/memory-constraint
|
|||
View detailed information about the LimitRange:
|
||||
|
||||
```shell
|
||||
kubectl get limitrange cpu-min-max-demo --namespace=constraints-mem-example --output=yaml
|
||||
kubectl get limitrange mem-min-max-demo-lr --namespace=constraints-mem-example --output=yaml
|
||||
```
|
||||
|
||||
The output shows the minimum and maximum memory constraints as expected. But
|
||||
|
|
Loading…
Reference in New Issue