Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
add support for k8s 1.11.0-alpha.2 (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored and Cecile Robert-Michon committed May 31, 2018
1 parent cf52df4 commit a1fe789
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/api/common/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ var AllKubernetesSupportedVersions = map[string]bool{
"1.10.2": true,
"1.10.3": true,
"1.11.0-alpha.1": true,
"1.11.0-alpha.2": true,
}

// GetDefaultKubernetesVersion returns the default Kubernetes version, that is the latest patch of the default release
Expand Down Expand Up @@ -220,7 +221,8 @@ func getAllKubernetesWindowsSupportedVersionsMap() map[string]bool {
"1.10.0-beta.2",
"1.10.0-beta.4",
"1.10.0-rc.1",
"1.11.0-alpha.1"} {
"1.11.0-alpha.1",
"1.11.0-alpha.2"} {
ret[version] = false
}
return ret
Expand Down

0 comments on commit a1fe789

Please sign in to comment.