Skip to content

Instantly share code, notes, and snippets.

@jefflaplante
Last active July 3, 2017 18:59
Show Gist options
  • Save jefflaplante/198298ad107b8af4680c7e641503fa5f to your computer and use it in GitHub Desktop.
Save jefflaplante/198298ad107b8af4680c7e641503fa5f to your computer and use it in GitHub Desktop.
Getting Helm releases that can be safely removed
kubectl get cm -n kube-system -l "OWNER=TILLER, STATUS!=DEPLOYED, VERSION!=1" -o go-template='{{- range .items }}{{ printf "%-35s\t%-3s\t%-35s\n" .metadata.name .metadata.labels.VERSION .metadata.labels.NAME }}{{- end }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment