Merge pull request #114357 from dengyufeng2206/1208pull

Log spelling formatting
This commit is contained in:
Kubernetes Prow Robot
2023-03-09 21:33:22 -08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ func NewHollowProxyOrDie(
if useRealProxier {
nodeIP := utilnode.GetNodeIP(client, nodeName)
if nodeIP == nil {
klog.InfoS("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")
}
family := v1.IPv4Protocol