Merge pull request #8041 from nak3/fix-filepath-to-pod

Correct filepath to sample pod.yaml in locally.md
This commit is contained in:
Wojciech Tyczynski 2015-05-11 12:42:23 +02:00
commit c18f7dfde9

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!