Skip to content

Commit 0616300

Browse files
authored
Merge pull request #77 from islinwb/patch-1
Fix typos in /staging/volumes/flocker/README.md
2 parents c7ac7cb + b3083ba commit 0616300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

staging/volumes/flocker/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ flocker-volumes create -m name=my-flocker-vol -s 10G -n <node-uuid>
5353

5454
The following *volume* spec from the [example pod](flocker-pod.yml) illustrates how to use this Flocker dataset as a volume.
5555

56-
> 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)
56+
> 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)
5757
5858
```yaml
5959
volumes:
@@ -70,7 +70,7 @@ Use `kubetctl` to create the pod.
7070
$ kubectl create -f examples/volumes/flocker/flocker-pod.yml
7171
```
7272

73-
You should now verify that the pod is running and determine it's IP address:
73+
You should now verify that the pod is running and determine its IP address:
7474

7575
```sh
7676
$ kubectl get pods

0 commit comments

Comments
 (0)