mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
Merge pull request #114357 from dengyufeng2206/1208pull
Log spelling formatting
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user