Unverified Commit 364b18cb authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #75375 from frapposelli/GH-75236

Stop vsphere cloud provider from spamming logs with `failed to patch IP`
parents ebea0377 d22a39db
......@@ -585,7 +585,7 @@ func getLocalIP() ([]v1.NodeAddress, error) {
)
klog.V(4).Infof("Detected local IP address as %q", ipnet.IP.String())
} else {
klog.Warningf("Failed to patch IP as MAC address %q does not belong to a VMware platform", vmMACAddr)
klog.V(4).Infof("Failed to patch IP for interface %q as MAC address %q does not belong to a VMware platform", i.Name, vmMACAddr)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment