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 ad86e07 commit 32b27a1Copy full SHA for 32b27a1
pkg/minikube/constants/constants_kubeadm_images.go
@@ -18,6 +18,11 @@ package constants
18
19
var (
20
KubeadmImages = map[string]map[string]string{
21
+ "v1.35.0-alpha.3": {
22
+ "coredns/coredns": "v1.12.3",
23
+ "etcd": "3.6.5-0",
24
+ "pause": "3.10.1",
25
+ },
26
"v1.35.0-alpha.2": {
27
"coredns/coredns": "v1.12.3",
28
"etcd": "3.6.5-0",
0 commit comments