Last active
January 31, 2020 17:57
-
-
Save talonx/f721b535a745833ffe2a1d185c9c6b7f to your computer and use it in GitHub Desktop.
This file contains 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
node_name=`kubectl get pod ${pod_name} -o json | jq '. | .spec.nodeName'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment