Skip to content

Instantly share code, notes, and snippets.

@iamcryptoki
Created December 4, 2020 10:57
Show Gist options
  • Select an option

  • Save iamcryptoki/cf3ff458105782f35ffe182b760f147b to your computer and use it in GitHub Desktop.

Select an option

Save iamcryptoki/cf3ff458105782f35ffe182b760f147b to your computer and use it in GitHub Desktop.
Fix: Kubernetes CRD deleting stuck in Terminating state.
$ kubectl patch crd/<CRD_NAME_HERE> -p '{"metadata":{"finalizers":[]}}' --type=merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment