Clarifying how to find the port needed.

This commit is contained in:
Bridget Kromhout
2018-03-13 20:36:19 +01:00
parent 6ce4ed0937
commit 88d534a7f2

View File

@@ -87,6 +87,17 @@ The goo.gl URL expands to:
## Connecting to the dashboard
.exercise[
- Check which port the dashboard is on:
```bash
kubectl -n kube-system get svc socat
```
]
You'll want the `3xxxx` port.
.exercise[