Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@opennomad
Last active August 5, 2016 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opennomad/449aae9003d23d9ff19cf7324340b3f8 to your computer and use it in GitHub Desktop.
Save opennomad/449aae9003d23d9ff19cf7324340b3f8 to your computer and use it in GitHub Desktop.
Kubernetes dashboard upgrade. The default dashboard for kubernetes 1.2 is ineffective. The following will upgrade the dashboard the running cluster.
kubectl delete svc kubernetes-dashboard --namespace kube-system
kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment