LimitRange name fixed in kubectl command (#6133)

pull/6226/head
Zoltan Burgermeiszter 2017-11-07 23:27:23 +00:00 committed by Steve Perry
parent 1a2238ff19
commit 1a681e88ae
1 changed files with 1 additions and 1 deletions

View File

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