Skip to content

Commit 3643bf4

Browse files
committed
address pr comments
1 parent dedf345 commit 3643bf4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/hellonode.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ To view cluster events run:
175175
kubectl get events
176176
```
177177
178+
To view the kubectl configuration run:
179+
180+
```shell
181+
kubectl config view
182+
```
183+
178184
Full documentation for kubectl commands is available [here](https://cloud.google.com/container-engine/docs/kubectl/)):
179185
180186
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.

0 commit comments

Comments
 (0)