Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save shivannakarthik/9d407a5f69f77cedaea5d97f29a76d02 to your computer and use it in GitHub Desktop.

Select an option

Save shivannakarthik/9d407a5f69f77cedaea5d97f29a76d02 to your computer and use it in GitHub Desktop.

Revisions

  1. @initcron initcron created this gist Aug 8, 2017.
    4 changes: 4 additions & 0 deletions fix-kubernetes-dashboard-service.md
    Original 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
    ```