address pr comments

This commit is contained in:
Phillip Wittrock
2016-03-24 12:02:17 -07:00
parent dedf3450ac
commit 3643bf4061
+6
View File
@@ -175,6 +175,12 @@ To view cluster events run:
kubectl get events kubectl get events
``` ```
To view the kubectl configuration run:
```shell
kubectl config view
```
Full documentation for kubectl commands is available [here](https://cloud.google.com/container-engine/docs/kubectl/)): Full documentation for kubectl commands is available [here](https://cloud.google.com/container-engine/docs/kubectl/)):
At this point you should have our container running under the control of Kubernetes but we still have to make it accessible to the outside world. At this point you should have our container running under the control of Kubernetes but we still have to make it accessible to the outside world.