Skip to content

Instantly share code, notes, and snippets.

@wdalmut
Created February 14, 2020 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wdalmut/9392640125079dfcbde51e1214c7fa2f to your computer and use it in GitHub Desktop.
Save wdalmut/9392640125079dfcbde51e1214c7fa2f to your computer and use it in GitHub Desktop.
detach volumes k8s kubernetes
kubectl patch pvc -p '{"metadata":{"finalizers":null}}'
kubectl patch pv -p '{"metadata":{"finalizers":null}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment