mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #80985 from ethan-daocloud/patch-6
fixup: correct file name in log message
This commit is contained in:
commit
c505bb9533
@ -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