From b6d1976c527baef2bb2d63633cf90f1b61b1c6dc Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Tue, 1 Jan 2019 17:48:26 +0000 Subject: [PATCH] Update URL for dashboard Signed-off-by: Alex Ellis --- GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIDE.md b/GUIDE.md index 47c3266..5405553 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -329,7 +329,7 @@ subjects: This is the development/alternative dashboard which has TLS disabled and is easier to use. ``` -$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/alternative/kubernetes-dashboard-arm.yaml +$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/alternative/kubernetes-dashboard-arm.yaml ``` You can then find the IP and port via `kubectl get svc -n kube-system`. To access this from your laptop you will need to use `kubectl proxy` and navigate to `http://localhost:8001/` on the master, or tunnel to this address with `ssh`.