Skip to content

Commit 11cdcef

Browse files
committed
Add log statement
1 parent 14b4e17 commit 11cdcef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/bootstrapper/kubeadm/kubeadm.go

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ func (k *Bootstrapper) StartCluster(k8s config.KubernetesConfig) error {
218218

219219
// Allow older kubeadm versions to function with newer Docker releases.
220220
if version.LT(semver.MustParse("1.13.0")) {
221+
glog.Infof("Older Kubernetes release detected (%s), disabling SystemVerification check.", version)
221222
ignore = append(ignore, "SystemVerification")
222223
}
223224

0 commit comments

Comments
 (0)