Skip to content

Commit 0c7c1d0

Browse files
committed
Merge branch 'release-1.23' into release-1.24
2 parents 1ca2930 + a4df04a commit 0c7c1d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/cloudprovider/providers/oci/load_balancer.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,9 +1081,6 @@ func loadBalancerToStatus(lb *client.GenericLoadBalancer) (*v1.LoadBalancerStatu
10811081
}
10821082
ingress = append(ingress, v1.LoadBalancerIngress{IP: *ip.IpAddress})
10831083
}
1084-
if len(ingress) == 0 {
1085-
return nil, errors.Errorf("ip addresses are not assigned for load balancer %q", *lb.DisplayName)
1086-
}
10871084
return &v1.LoadBalancerStatus{Ingress: ingress}, nil
10881085
}
10891086

0 commit comments

Comments
 (0)