提交 d5e4d457 编写于 作者: D dlorenc 提交者: dlorenc

Only validate the version if it's not default.

上级 6d659376
......@@ -99,7 +99,9 @@ func runStart(cmd *cobra.Command, args []string) {
os.Exit(1)
}
validateK8sVersion(viper.GetString(kubernetesVersion))
if dv := viper.GetString(kubernetesVersion); dv != constants.DefaultKubernetesVersion {
validateK8sVersion(dv)
}
config := cluster.MachineConfig{
MinikubeISO: viper.GetString(isoURL),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册