kubectl delete svc kubernetes-dashboard -n kube-system
kubectl apply -f https://gist.github.com/initcron/35c7cd7a7bd0c3d5df8ffafdd42d9d1c/raw/b8ef3903bbec75293d375cda0ec3f190c798f2b3/kube-dashboard-svc.yaml
Forked from initcron/fix-kubernetes-dashboard-service.md
Created
August 9, 2017 04:08
-
-
Save shivannakarthik/9d407a5f69f77cedaea5d97f29a76d02 to your computer and use it in GitHub Desktop.
fix kube dashboard svc
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
get the info of the dashboard so you can launch on the ip of the host
root@kube-01:
# kubectl get svc --all-namespaces# kubectl describe svc kubernetes-dashboard -n kube-systemroot@kube-01: