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

@@ -53,7 +53,7 @@ We can use these environment variables in applications to find the service.
It is convenient to use `kubectl exec` to check if the volumes are mounted as expected.
We first create a Pod with a volume mounted at /data/redis,
```
kubectl create -f examples/walkthrough/pod2.yaml
kubectl create -f docs/user-guide/walkthrough/pod2.yaml
```
wait until the pod is Running and Ready,
```