remove kubernetes service-catalog finalizer with cli
问题 I'm trying to provision/deprovision service instance/binding from my cloud provider (IBM cloud private), Currently, there is a bug that if the service is not deprovisioned in ICP, that leaves me the orphan service instance on my ICP environment which I can't delete even with force option. They provide a workaround solution of: kubectl edit ServiceInstance <service-instance-name> kubectl edit ServiceBinding <service-binding-name> then delete the line: ... finalizers: - kubernetes-incubator