Skip to content

Commit

Permalink
point kubectl -f examples to correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Jul 15, 2015
1 parent 8b825dd commit 304af47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admission_control_limit_range.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion admission_control_resource_quota.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 304af47

Please sign in to comment.