Created
November 21, 2018 09:36
-
-
Save aaam/20f617d78352524312ec061aad7e3efb to your computer and use it in GitHub Desktop.
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 describe secret `kubectl -n kube-system get secret|grep replicaset|cut -d\ -f1`|awk '/^token/{print $NF}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment