Skip to content

Instantly share code, notes, and snippets.

@stand-sure
Created March 14, 2024 14:52
Show Gist options
  • Save stand-sure/c9507ad1cacd59d03914551bba00c2db to your computer and use it in GitHub Desktop.
Save stand-sure/c9507ad1cacd59d03914551bba00c2db to your computer and use it in GitHub Desktop.
remove finalizer for all items of a certain kind
kubectl get REPLACE_WITH_KIND -o name | xargs -n1 kubectl patch --type merge --patch '{"metadata":{"finalizers":null}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment