From 88d534a7f2d3006ce929deae7620b5ceb8e883b4 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 13 Mar 2018 20:36:19 +0100 Subject: [PATCH 1/2] Clarifying how to find the port needed. --- slides/kube/dashboard.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/slides/kube/dashboard.md b/slides/kube/dashboard.md index 2d527126..c4c9e71a 100644 --- a/slides/kube/dashboard.md +++ b/slides/kube/dashboard.md @@ -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[ From b4c1498ca1428eacf4f85be3359f544e1b552aa5 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 13 Mar 2018 20:55:11 +0100 Subject: [PATCH 2/2] Clarifying instructions --- slides/kube/dashboard.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slides/kube/dashboard.md b/slides/kube/dashboard.md index c4c9e71a..bdfa2b18 100644 --- a/slides/kube/dashboard.md +++ b/slides/kube/dashboard.md @@ -175,7 +175,7 @@ The dashboard will then ask you which authentication you want to use. ## Editing the `kubernetes-dashboard` service -- If we look at the YAML that we loaded just before, we'll get a hint +- If we look at the [YAML](https://goo.gl/Qamqab) that we loaded before, we'll get a hint -- @@ -194,6 +194,8 @@ The dashboard will then ask you which authentication you want to use. - Check the port that was assigned with `kubectl -n kube-system get services` +- Connect to https://oneofournodes:3xxxx/ (yes, https) + ] ---