Skip to content

Commit

Permalink
stop vsphere cloud provider from spamming logs with `failed to patch …
Browse files Browse the repository at this point in the history
…IP` Fixes: kubernetes#75236
  • Loading branch information
frapposelli authored and hantaowang committed Apr 11, 2019
1 parent a7a4760 commit 7130964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloudprovider/providers/vsphere/vsphere.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ func getLocalIP() ([]v1.NodeAddress, error) {
)
glog.V(4).Infof("Detected local IP address as %q", ipnet.IP.String())
} else {
glog.Warningf("Failed to patch IP as MAC address %q does not belong to a VMware platform", vmMACAddr)
glog.V(4).Infof("Failed to patch IP for interface %q as MAC address %q does not belong to a VMware platform", i.Name, vmMACAddr)
}
}
}
Expand Down

0 comments on commit 7130964

Please sign in to comment.