We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e90dc commit fb2c1c6Copy full SHA for fb2c1c6
pkg/minikube/constants/constants_kubernetes_versions.go
@@ -21,6 +21,8 @@ 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.34.0-rc.1",
25
+ "v1.34.0-rc.0",
26
"v1.34.0-beta.0",
27
"v1.34.0-alpha.3",
28
"v1.34.0-alpha.2",
0 commit comments