Created
January 26, 2019 01:18
-
-
Save NorthTexasCreative/b253495372704c549f4720738b80239e to your computer and use it in GitHub Desktop.
Kubernetes Dashboard Secret Retrieval
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 characters
| kubectl -n kube-system get secret |grep kubernetes-dashboard-token |cut -f1 -d ' ' | xargs kubectl -n kube-system describe secret |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Retrieves k8s user secret for UI login