Saturday, September 30, 2023

How to remove custom resource stuck on delete

 To delete the custom resource which stuck in delete state , follow these steps:

  1. Edit the Object : kubectl edit customresource/name.
  2. Remove finalizer parameter.
  3. Delete the object : kubectl delete customresource/name.


No comments:

Post a Comment