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

This commit is contained in:
MikeJeffrey
2015-03-05 22:13:25 -08:00
parent da46d04f13
commit 4da6d413be
12 changed files with 9 additions and 154 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 api/examples/pod.json
cluster/kubectl.sh create -f docs/getting-started-guides/pod.json
```
Congratulations!