Revert "Deleting old sample JSON; moving those in use; updating references"

This commit is contained in:
Alex Mohr
2015-03-09 14:18:40 -07:00
parent 54a0672e0b
commit 44b9b7aea5
12 changed files with 154 additions and 9 deletions

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 api/examples/pod.json
```
Congratulations!