Skip to content

Instantly share code, notes, and snippets.

@viggin543
Created April 17, 2020 18:40
Show Gist options
  • Save viggin543/024dbda60124ede854973c052d3c38e8 to your computer and use it in GitHub Desktop.
Save viggin543/024dbda60124ede854973c052d3c38e8 to your computer and use it in GitHub Desktop.
get_pod_startup.sh
# 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