Skip to content

Instantly share code, notes, and snippets.

@damianknopp
Created March 3, 2020 15:02
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 damianknopp/25e0cee387075c1d7cf1b6ad2646ee51 to your computer and use it in GitHub Desktop.
Save damianknopp/25e0cee387075c1d7cf1b6ad2646ee51 to your computer and use it in GitHub Desktop.
kube-dashboard-account.sh
 # NOTE: gives dashboard account cluster-admin which is not ideal!
kubectl create clusterrolebinding kubernetes-dashboard --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment