Created
April 17, 2020 18:40
-
-
Save viggin543/024dbda60124ede854973c052d3c38e8 to your computer and use it in GitHub Desktop.
get_pod_startup.sh
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
| # pod schedualed event timestamp | |
| kubectl get pod $pod -o json | jq -r '.status.conditions[] | select(.type=="PodScheduled") | .lastTransitionTime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment