From faa420f9fd9270b7b944211bb3196461f925ecf9 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Mon, 26 Feb 2018 16:41:21 -0600 Subject: [PATCH] Clarify language and explain https use --- slides/kube/dashboard.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/slides/kube/dashboard.md b/slides/kube/dashboard.md index 21ef54b6..6ca02517 100644 --- a/slides/kube/dashboard.md +++ b/slides/kube/dashboard.md @@ -89,7 +89,13 @@ The goo.gl URL expands to: - Connect to https://oneofournodes:3xxxx/ - (You will have to work around the TLS certificate validation warning) + - Yes, https. If you use http it will say: + + This page isn’t working + sent an invalid response. + ERR_INVALID_HTTP_RESPONSE + + - You will have to work around the TLS certificate validation warning @@ -109,7 +115,7 @@ The goo.gl URL expands to: ## Granting more rights to the dashboard -- The dashboard documentation [explains how to do](https://github.com/kubernetes/dashboard/wiki/Access-control#admin-privileges) +- The dashboard documentation [explains how to do this](https://github.com/kubernetes/dashboard/wiki/Access-control#admin-privileges) - We just need to load another YAML file!