Skip to content

Commit

Permalink
lb-ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
zianazhao committed Oct 18, 2022
1 parent 05ced91 commit 2353fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/instance/repository_clb.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ getMoreInstances:
level.Error(repo.logger).Log("msg", "Create clb instance fail", "id", *meta.LoadBalancerId)
continue
}
if meta.LoadBalancerVips == nil || len(meta.LoadBalancerVips) == 0 {
if (meta.LoadBalancerVips == nil || len(meta.LoadBalancerVips) == 0) && meta.AddressIPv6 == nil {
level.Warn(repo.logger).Log("msg", "clb instance no include vip", "id", *meta.LoadBalancerId)
continue
}
Expand Down

0 comments on commit 2353fa5

Please sign in to comment.