Update default Kubernetes version to v1.14.0

pull/3967/head
Thomas Stromberg 2019-03-25 18:56:32 -07:00
parent c3d0b33d21
commit 294b26b5f1
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ var DefaultISOURL = fmt.Sprintf("https://storage.googleapis.com/%s/minikube-%s.i
var DefaultISOSHAURL = DefaultISOURL + SHASuffix
// DefaultKubernetesVersion is the default kubernetes version
var DefaultKubernetesVersion = "v1.13.4"
var DefaultKubernetesVersion = "v1.14.0"
// ConfigFilePath is the path of the config directory
var ConfigFilePath = MakeMiniPath("config")