We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b32080 + 9fce9f9 commit 5103c49Copy full SHA for 5103c49
pkg/minikube/constants/constants_kubernetes_versions.go
@@ -21,6 +21,7 @@ package constants
21
// ValidKubernetesVersions is a list of Kubernetes versions in order from newest to oldest
22
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
23
var ValidKubernetesVersions = []string{
24
+ "v1.33.0-alpha.2",
25
"v1.33.0-alpha.1",
26
"v1.32.2",
27
"v1.32.1",
0 commit comments