mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
The most reliable way seems to be to deauthorize the LB security group from other groups, then delete the LB itself, then repeatedly retry to delete the LB security group. We can't delete the LB security group until the LB is actually completely deleted, but the LB is hidden from the API during deletion. So our only real option is to retry deletion of the LB security group until the expected error goes away when the LB is fully deleted.