Created
December 4, 2020 10:57
-
-
Save iamcryptoki/cf3ff458105782f35ffe182b760f147b to your computer and use it in GitHub Desktop.
Fix: Kubernetes CRD deleting stuck in Terminating state.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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