Merge pull request #11318 from mikedanese/kubectl-example-fix
point kubectl -f examples to correct paths
This commit is contained in:
commit
66d9195b2d
|
@ -131,7 +131,7 @@ For example,
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ kubectl namespace myspace
|
$ kubectl namespace myspace
|
||||||
$ kubectl create -f examples/limitrange/limit-range.json
|
$ kubectl create -f docs/user-guide/limitrange/limits.yaml
|
||||||
$ kubectl get limits
|
$ kubectl get limits
|
||||||
NAME
|
NAME
|
||||||
limits
|
limits
|
||||||
|
|
|
@ -158,7 +158,7 @@ For example,
|
||||||
|
|
||||||
```
|
```
|
||||||
$ kubectl namespace myspace
|
$ kubectl namespace myspace
|
||||||
$ kubectl create -f examples/resourcequota/resource-quota.json
|
$ kubectl create -f docs/user-guide/resourcequota/quota.yaml
|
||||||
$ kubectl get quota
|
$ kubectl get quota
|
||||||
NAME
|
NAME
|
||||||
quota
|
quota
|
||||||
|
|
Loading…
Reference in New Issue