At the moment when a LoadBalancer is deleted, the http updater is called synchronously, before removing the finalizer from the LoadBalancer. This could block the resource deletion indefinitely if the http call fails. Consider doing the http update via a Job.
At the moment when a LoadBalancer is deleted, the http updater is called synchronously, before removing the finalizer from the LoadBalancer. This could block the resource deletion indefinitely if the http call fails. Consider doing the http update via a Job.