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 e4c8917 commit d5ad8a2Copy full SHA for d5ad8a2
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.1": {
22
+ "coredns/coredns": "v1.12.3",
23
+ "etcd": "3.6.5-0",
24
+ "pause": "3.10.1",
25
+ },
26
"v1.34.1": {
27
"coredns/coredns": "v1.12.1",
28
"etcd": "3.6.4-0",
0 commit comments