mirror of https://github.com/kubernetes/kops.git
Reduce log severity of not-unexpected nodeup log message
This commit is contained in:
parent
991cd8c66a
commit
ce61e9fc54
|
@ -37,7 +37,7 @@ func FindDistribution(rootfs string) (Distribution, error) {
|
|||
return DistributionXenial, nil
|
||||
}
|
||||
}
|
||||
glog.Warningf("unhandled lsb-release info %q", string(lsbRelease))
|
||||
glog.Infof("could not determine OS from lsb-release info %q", string(lsbRelease))
|
||||
} else if !os.IsNotExist(err) {
|
||||
glog.Warningf("error reading /etc/lsb-release: %v", err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue