Created
September 16, 2019 05:48
-
-
Save micoli/eacae0e2ca2f860a0d893f4146acc2eb 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 get pods -o json | jq -r '.items[].status.containerStatuses[].state.running.startedAt | fromdate | tostring + ""' | sort -r | head -n 1 | xargs date -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment