Merge pull request #11318 from mikedanese/kubectl-example-fix

point kubectl -f examples to correct paths
This commit is contained in:
Eric Tune 2015-07-15 12:55:53 -07:00
commit 66d9195b2d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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