Skip to content

Instantly share code, notes, and snippets.

@vlobachev
Created January 10, 2023 13:35
Show Gist options
  • Select an option

  • Save vlobachev/f6a6e451d8bee8432312c68d3134ddaf to your computer and use it in GitHub Desktop.

Select an option

Save vlobachev/f6a6e451d8bee8432312c68d3134ddaf to your computer and use it in GitHub Desktop.
How to delete k8s resources with finalizers
kubectl patch configmap/mymap \
--type json \
--patch='[ { "op": "remove", "path": "/metadata/finalizers" } ]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment