mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
fixup: correct file name in log message
This commit is contained in:
parent
f392229104
commit
d21e9a8747
@ -402,7 +402,7 @@ func (c *Configurer) SetupDNSinContainerizedMounter(mounterPath string) {
|
||||
} else {
|
||||
_, hostSearch, _, err := parseResolvConf(f)
|
||||
if err != nil {
|
||||
klog.Errorf("Error for parsing the reslov.conf file: %v", err)
|
||||
klog.Errorf("Error for parsing the resolv.conf file: %v", err)
|
||||
} else {
|
||||
dnsString = dnsString + "search"
|
||||
for _, search := range hostSearch {
|
||||
|
Loading…
Reference in New Issue
Block a user