Delete the simple-yaml.md example

This commit is contained in:
feihujiang
2015-10-28 14:30:52 +08:00
parent b873dce298
commit ef0239a08b
9 changed files with 10 additions and 124 deletions

View File

@@ -117,8 +117,8 @@ 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:
```console
$ kubectl create -f https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/master/docs/user-guide/replication.yaml
replicationcontrollers/nginx
$ kubectl create -f https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/master/docs/user-guide/pod.yaml
pods/nginx
```
## Bulk operations in kubectl