You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
复现步骤:
1.将load_balancer.go的第219行,return nil 改为 return err。
2.创建LB时,指定BLB(该BLB未绑定EIP),指定错误的EIP。
3.删除该LB。
结果:
1.读取kube-cloud-controller.service的log,不断retry删除。
目前实现的隐患:用户使用正确的EIP,解除绑定时,解绑失败,程序会正常退出,用户得不到解绑失败的信息。
The text was updated successfully, but these errors were encountered: