Add log statement

pull/4306/head
tstromberg 2019-05-21 13:14:17 -07:00
parent 14b4e17cc1
commit 11cdcef0e1
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ func (k *Bootstrapper) StartCluster(k8s config.KubernetesConfig) error {
// Allow older kubeadm versions to function with newer Docker releases.
if version.LT(semver.MustParse("1.13.0")) {
glog.Infof("Older Kubernetes release detected (%s), disabling SystemVerification check.", version)
ignore = append(ignore, "SystemVerification")
}