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.
Revisions
-
initcron created this gist
Aug 8, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ ``` kubectl delete svc kubernetes-dashboard -n kube-system kubectl apply -f https://gist.github.com/initcron/35c7cd7a7bd0c3d5df8ffafdd42d9d1c/raw/b8ef3903bbec75293d375cda0ec3f190c798f2b3/kube-dashboard-svc.yaml ```