Closed suntech-lab closed 2 years ago
controller failed to delete LB, which because the LB is already deleted.
are you sure the LB is already deleted? as we have handling for the not found issue
Internal Server Error
might be the root cause , but I don't know where it comes out..how about with --v=6 to OCCM and
show additional logs to see anything might be helpful
Does it also happen with 1.24.1? Because in 1.24.1 we cherry-picked a fix for https://github.com/kubernetes/cloud-provider-openstack/issues/1912 and it should not try to delete a loadbalancer when it does not exist anymore.
After rebuilding the cluster, the issue is gone. Sorry for the false alarm.
Is this a BUG REPORT or FEATURE REQUEST?:
What happened: When delete a loadbalancer type of service, "kubectl delete" hangs forever waiting for the service is deleted. The service is not deleted because controller failed to delete LB, which because the LB is already deleted. Here is a snippet of logging.
What you expected to happen: The service is deleted properly.
How to reproduce it: Delete a loadbalancer type of service.
Anything else we need to know?:
Environment: