mirror of
https://github.com/alexellis/k8s-on-raspbian.git
synced 2025-04-20 17:21:43 +02:00
Updated dashboard url - previous wasn't working anymore.
Signed-off-by: Chris Buckett <chrisbuckett@gmail.com>
This commit is contained in:
parent
f6c2782e75
commit
7c3a3d47da
2
GUIDE.md
2
GUIDE.md
@ -367,7 +367,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/aio/deploy/alternative/kubernetes-dashboard-arm-head.yaml
|
||||
$ kubectl apply -f kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/alternative.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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user