1
0
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:
Harrison 2022-07-20 13:43:36 -04:00 committed by GitHub
commit dbd9003da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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