We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebea037 + d22a39d commit 364b18cCopy full SHA for 364b18c
pkg/cloudprovider/providers/vsphere/vsphere.go
@@ -585,7 +585,7 @@ func getLocalIP() ([]v1.NodeAddress, error) {
585
)
586
klog.V(4).Infof("Detected local IP address as %q", ipnet.IP.String())
587
} else {
588
- 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)
589
}
590
591
0 commit comments