mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Automatic merge from submit-queue (batch tested with PRs 52751, 52898, 52633, 52611, 52609). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.. Fix missing floatingip when calling GetLoadBalancer() If user specify floating-network-id, a floatingip and a vip will be assigned to LoadBalancer service, So its status contains a floatingip and a vip, but GetLoadBalancer() only return vip. **Release note**: ```release-note GetLoadBalancer() only return floatingip when user specify floating-network-id, or return LB vip. ```