Fix typos in /staging/volumes/flocker/README.md

This commit is contained in:
Weibin Lin 2017-08-20 15:27:28 +08:00 committed by GitHub
parent 0e128dc04a
commit b3083baa50
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ flocker-volumes create -m name=my-flocker-vol -s 10G -n <node-uuid>
The following *volume* spec from the [example pod](flocker-pod.yml) illustrates how to use this Flocker dataset as a volume. The following *volume* spec from the [example pod](flocker-pod.yml) illustrates how to use this Flocker dataset as a volume.
> Note, the [example pod](flocker-pod.yml) used here does not include a replication controller, therefore the POD will not be rescheduled upon failure. If your looking for an example that does include a replication controller and service spec you can use [this example pod including a replication controller](flocker-pod-with-rc.yml) > Note, the [example pod](flocker-pod.yml) used here does not include a replication controller, therefore the POD will not be rescheduled upon failure. If you're looking for an example that does include a replication controller and service spec you can use [this example pod including a replication controller](flocker-pod-with-rc.yml)
```yaml ```yaml
volumes: volumes:
@ -70,7 +70,7 @@ Use `kubetctl` to create the pod.
$ kubectl create -f examples/volumes/flocker/flocker-pod.yml $ kubectl create -f examples/volumes/flocker/flocker-pod.yml
``` ```
You should now verify that the pod is running and determine it's IP address: You should now verify that the pod is running and determine its IP address:
```sh ```sh
$ kubectl get pods $ kubectl get pods