mirror of
https://github.com/rancher/rke.git
synced 2025-07-13 15:15:59 +00:00
Merge pull request #2981 from HarrisonWAffel/cri-dockerd_logging
Drop cri_dockerd log level to DEBUG
This commit is contained in:
commit
dbd9003da3
@ -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
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -15548,7 +15548,7 @@
|
|||||||
"encryption-key-rotation": "2.0.0"
|
"encryption-key-rotation": "2.0.0"
|
||||||
},
|
},
|
||||||
"maxChannelServerVersion": "v2.6.99",
|
"maxChannelServerVersion": "v2.6.99",
|
||||||
"minChannelServerVersion": "v2.6.4-alpha1",
|
"minChannelServerVersion": "v2.6.7-alpha1",
|
||||||
"serverArgs": {
|
"serverArgs": {
|
||||||
"cluster-cidr": {
|
"cluster-cidr": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
Loading…
Reference in New Issue
Block a user