Skip to content

Commit

Permalink
Update default k8s version to 1.17.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifelgamal committed Nov 25, 2019
1 parent f4c9d61 commit 04eca26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ 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.17.0-beta.1"
var DefaultKubernetesVersion = "v1.17.0-rc.1"

// NewestKubernetesVersion is the newest Kubernetes version to test against
var NewestKubernetesVersion = "v1.17.0-beta.1"
var NewestKubernetesVersion = "v1.17.0-rc.1"

// OldestKubernetesVersion is the oldest Kubernetes version to test against
var OldestKubernetesVersion = "v1.11.10"
Expand Down

0 comments on commit 04eca26

Please sign in to comment.