Skip to content

Instantly share code, notes, and snippets.

@wdalmut
Created February 14, 2020 16:23
Show Gist options
  • Save wdalmut/9392640125079dfcbde51e1214c7fa2f to your computer and use it in GitHub Desktop.
Save wdalmut/9392640125079dfcbde51e1214c7fa2f to your computer and use it in GitHub Desktop.

Revisions

  1. wdalmut created this gist Feb 14, 2020.
    2 changes: 2 additions & 0 deletions detach-volumes-k8s-kubernetes.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    kubectl patch pvc -p '{"metadata":{"finalizers":null}}'
    kubectl patch pv -p '{"metadata":{"finalizers":null}}'