Created
August 7, 2018 13:39
Docker for mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#get tocken | |
kubectl describe secret kubernetes-dashboard --namespace=kube-system | |
# enable dashboard | |
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml | |
# Open dashboard and login with token | |
http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment