Created
August 7, 2018 13:39
-
-
Save fusionstrings/8b41f33f320e6280c49f2f4e7e0c3421 to your computer and use it in GitHub Desktop.
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