Skip to content

Instantly share code, notes, and snippets.

@mclarke47
Created June 6, 2018 09:11
Show Gist options
  • Save mclarke47/dd23ffab9120f9f1d30b7e91908b017d to your computer and use it in GitHub Desktop.
Save mclarke47/dd23ffab9120f9f1d30b7e91908b017d to your computer and use it in GitHub Desktop.
Sort pods by restart count
kubectl get pods --sort-by='.status.containerStatuses[0].restartCount'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment