Fix filepath to simple sample pod

This commit is contained in:
Kenjiro Nakayama 2015-05-11 00:21:33 +09:00
parent 738f403eea
commit cb2c62f0d8

View File

@ -74,7 +74,7 @@ However you can't view the nginx start page on localhost. To verify that nginx i
You can control the specifications of a pod via a user defined manifest, and reach nginx through your browser on the port specified therein:
```
cluster/kubectl.sh create -f docs/getting-started-guides/pod.json
cluster/kubectl.sh create -f examples/pod.yaml
```
Congratulations!