Merge pull request #80985 from ethan-daocloud/patch-6

fixup: correct file name in log message
This commit is contained in:
Kubernetes Prow Robot 2019-08-13 12:29:42 -07:00 committed by GitHub
commit c505bb9533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {