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
It's hard to tell what's the IP used for from the log itself. But fortunately the function that prints the log is only called in two cases: when processing "service.Spec.ExternalIPs" and when processing "service.Status.LoadBalancer.Ingress.IP". K8s has a validation for the former so it's impossible to set empty ExternalIP. The latter could be empty if the LoadBalancer is DNS based. So it's likely the error logs were because there were DNS based LoadBalancer Services in the cluster.
To Reproduce
Create a DNS based LoadBalancer Service.
Versions:
Antrea version (Docker image tag). ~1.8.0
The text was updated successfully, but these errors were encountered:
Describe the bug
It was found antrea-agent is full of the following logs:
It's hard to tell what's the IP used for from the log itself. But fortunately the function that prints the log is only called in two cases: when processing "service.Spec.ExternalIPs" and when processing "service.Status.LoadBalancer.Ingress.IP". K8s has a validation for the former so it's impossible to set empty ExternalIP. The latter could be empty if the LoadBalancer is DNS based. So it's likely the error logs were because there were DNS based LoadBalancer Services in the cluster.
To Reproduce
Create a DNS based LoadBalancer Service.
Versions:
The text was updated successfully, but these errors were encountered: