diff --git a/pkg/kubemark/hollow_proxy.go b/pkg/kubemark/hollow_proxy.go index 205c5fe132a..968dd452654 100644 --- a/pkg/kubemark/hollow_proxy.go +++ b/pkg/kubemark/hollow_proxy.go @@ -82,7 +82,7 @@ func NewHollowProxyOrDie( if useRealProxier { nodeIP := utilnode.GetNodeIP(client, nodeName) if nodeIP == nil { - klog.V(0).Infof("can't determine this node's IP, assuming 127.0.0.1") + klog.InfoS("can't determine this node's IP, assuming 127.0.0.1") nodeIP = netutils.ParseIPSloppy("127.0.0.1") } // Real proxier with fake iptables, sysctl, etc underneath it.