mirror of
https://github.com/rancher/rke.git
synced 2025-09-02 15:34:36 +00:00
drop log level to debug
This commit is contained in:
@@ -645,7 +645,7 @@ func validateCRIDockerdOption(c *Cluster) error {
|
|||||||
logrus.Debugf("Cluster version [%s] is not allowed to enable cri-dockerd", k8sVersion)
|
logrus.Debugf("Cluster version [%s] is not allowed to enable cri-dockerd", k8sVersion)
|
||||||
return fmt.Errorf("Enabling cri-dockerd for cluster version [%s] is not supported", k8sVersion)
|
return fmt.Errorf("Enabling cri-dockerd for cluster version [%s] is not supported", k8sVersion)
|
||||||
}
|
}
|
||||||
logrus.Infof("cri-dockerd is enabled for cluster version [%s]", k8sVersion)
|
logrus.Debugf("cri-dockerd is enabled for cluster version [%s]", k8sVersion)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user