未验证 提交 9ec3c6c6 编写于 作者: T Thomas Strömberg 提交者: GitHub

Merge pull request #3625 from hpandeycodeit/kube_version

 Updated the default kubernetes version
......@@ -129,7 +129,7 @@ kubectl: {{.Kubeconfig}}
var DefaultIsoUrl = fmt.Sprintf("https://storage.googleapis.com/%s/minikube-%s.iso", minikubeVersion.GetIsoPath(), minikubeVersion.GetIsoVersion())
var DefaultIsoShaUrl = DefaultIsoUrl + ShaSuffix
var DefaultKubernetesVersion = "v1.13.2"
var DefaultKubernetesVersion = "v1.13.3"
var ConfigFilePath = MakeMiniPath("config")
var ConfigFile = MakeMiniPath("config", "config.json")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册