point kubectl -f examples to correct paths

This commit is contained in:
Mike Danese
2015-07-15 10:42:59 -07:00
parent 8f3c3108b8
commit b80fe60042
9 changed files with 14 additions and 16 deletions

View File

@@ -100,7 +100,7 @@ It is a recommended practice to put resources related to the same microservice o
A URL can also be specified as a configuration source, which is handy for deploying directly from configuration files checked into github:
```bash
$ kubectl create -f https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/master/examples/replication.yaml
$ kubectl create -f https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/master/docs/user-guide/replication.yaml
replicationcontrollers/nginx
```
## Bulk operations in kubectl