returnfmt.Errorf("couldn't parse kubernetes version %q: %v",cfg.KubernetesVersion,err)
}
ifk8sVersion.LT(minK8sVersion){
returnfmt.Errorf("this version of kubeadm only supports deploying clusters with the control plane version >= v1.6.0-alpha.1. Current version: %s",cfg.KubernetesVersion)
returnfmt.Errorf("this version of kubeadm only supports deploying clusters with the control plane version >= v%s. Current version: %s",kubeadmconstants.MinimumControlPlaneVersion,cfg.KubernetesVersion)
}
fmt.Printf("[init] Using Kubernetes version: %s\n",cfg.KubernetesVersion)