Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shivannakarthik/9d407a5f69f77cedaea5d97f29a76d02 to your computer and use it in GitHub Desktop.
Save shivannakarthik/9d407a5f69f77cedaea5d97f29a76d02 to your computer and use it in GitHub Desktop.
fix kube dashboard svc
kubectl delete svc kubernetes-dashboard -n kube-system
kubectl apply -f https://gist.github.com/initcron/35c7cd7a7bd0c3d5df8ffafdd42d9d1c/raw/b8ef3903bbec75293d375cda0ec3f190c798f2b3/kube-dashboard-svc.yaml
@shivannakarthik
Copy link
Author

shivannakarthik commented Aug 9, 2017

get the info of the dashboard so you can launch on the ip of the host

root@kube-01:# kubectl get svc --all-namespaces
root@kube-01:
# kubectl describe svc kubernetes-dashboard -n kube-system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment