Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ferdinandosimonetti/405994dee0911e4ce8b0621ce0c21fec to your computer and use it in GitHub Desktop.

Select an option

Save ferdinandosimonetti/405994dee0911e4ce8b0621ce0c21fec to your computer and use it in GitHub Desktop.
Cleanup old empty ReplicaSets
kubectl delete replicaset $(kubectl get replicaset -o jsonpath='{ .items[?(@.spec.replicas==0)].metadata.name }')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment