Skip to content

Instantly share code, notes, and snippets.

@juliancruzsanchez
Created January 26, 2021 19:10
Show Gist options
  • Save juliancruzsanchez/b9b0ac9cef7d89238b147d11d04cbdfd to your computer and use it in GitHub Desktop.
Save juliancruzsanchez/b9b0ac9cef7d89238b147d11d04cbdfd to your computer and use it in GitHub Desktop.
kubectl -n kubernetes-dashboard get secret $(kubectl -n kubernetes-dashboard get sa/admin-user -o jsonpath="{.secrets[0].name}") -o go-template="{{.data.token | base64decode}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment