fix an example path (#18848)
This commit is contained in:
parent
27a407e886
commit
bb06ed1193
|
|
@ -305,7 +305,7 @@ PersistentVolumeClaim storage 1Gi 2Gi - - -
|
||||||
{{< codenew file="admin/resource/pvc-limit-lower.yaml" >}}
|
{{< codenew file="admin/resource/pvc-limit-lower.yaml" >}}
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl create -f https://k8s.io/examples/admin/resource//pvc-limit-lower.yaml -n limitrange-demo
|
kubectl create -f https://k8s.io/examples/admin/resource/pvc-limit-lower.yaml -n limitrange-demo
|
||||||
```
|
```
|
||||||
|
|
||||||
While creating a PVC with `requests.storage` lower than the Min value in the LimitRange, an Error thrown by the server:
|
While creating a PVC with `requests.storage` lower than the Min value in the LimitRange, an Error thrown by the server:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue