mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-09 19:40:50 +00:00
The kube-proxy metaproxier implementations tries to get the IPFamily from the endpoints, but if the endpoints doesn't contains an IP address it logs a Warning. This causes that services without endpoints keep flooding the logs with warnings. We log this errors with a level of Verbosity of 4 instead of a Warning