You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logrus.Errorf("Failed to write %s: %v", resolvConf, err)
421
437
return""
422
438
}
423
-
logrus.Warnf("Host resolv.conf includes loopbackor multicast nameservers - kubelet will use autogenerated resolv.conf with nameserver 8.8.8.8")
439
+
logrus.Warnf("Host resolv.conf includes loopback, multicast, or link-local nameservers - kubelet will use autogenerated resolv.conf with nameservers 8.8.8.8 2001:4860:4860::8888")
0 commit comments