From 3643bf4061bde86aec5b158924926f21ec911970 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Thu, 24 Mar 2016 12:02:17 -0700 Subject: [PATCH] address pr comments --- docs/hellonode.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/hellonode.md b/docs/hellonode.md index 61b139a78b..784609a3cb 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -175,6 +175,12 @@ To view cluster events run: 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/)): 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.