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
|
||||
$ kubectl namespace myspace
|
||||
$ kubectl create -f examples/limitrange/limit-range.json
|
||||
$ kubectl create -f docs/user-guide/limitrange/limits.yaml
|
||||
$ kubectl get limits
|
||||
NAME
|
||||
limits
|
||||
|
|
|
@ -158,7 +158,7 @@ For example,
|
|||
|
||||
```
|
||||
$ kubectl namespace myspace
|
||||
$ kubectl create -f examples/resourcequota/resource-quota.json
|
||||
$ kubectl create -f docs/user-guide/resourcequota/quota.yaml
|
||||
$ kubectl get quota
|
||||
NAME
|
||||
quota
|
||||
|
|
Loading…
Reference in New Issue