Skip to content

Instantly share code, notes, and snippets.

@babvin
Created December 29, 2020 07:43
Show Gist options
  • Save babvin/ce96dcdba7b3f7ec07b0cf18f4a57b5d to your computer and use it in GitHub Desktop.
Save babvin/ce96dcdba7b3f7ec07b0cf18f4a57b5d to your computer and use it in GitHub Desktop.
Solution to kubectl PVC delete stuck in "Terminating state"
kubectl patch pvc nextcloud -p '{"metadata":{"finalizers": []}}' --type=merge -n nextcloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment