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.
2 parents 94cd641 + d00ab9b commit 28ee4b7Copy full SHA for 28ee4b7
pkg/minikube/constants/constants_kubeadm_images.go
@@ -18,6 +18,31 @@ package constants
18
19
var (
20
KubeadmImages = map[string]map[string]string{
21
+ "v1.35.0-beta.0": {
22
+ "coredns/coredns": "v1.13.1",
23
+ "etcd": "3.6.5-0",
24
+ "pause": "3.10.1",
25
+ },
26
+ "v1.34.2": {
27
+ "coredns/coredns": "v1.12.1",
28
29
30
31
+ "v1.33.6": {
32
+ "coredns/coredns": "v1.12.0",
33
+ "etcd": "3.5.24-0",
34
+ "pause": "3.10",
35
36
+ "v1.32.10": {
37
+ "coredns/coredns": "v1.11.3",
38
39
40
41
+ "v1.31.14": {
42
43
44
45
46
"v1.35.0-alpha.3": {
47
"coredns/coredns": "v1.12.3",
48
"etcd": "3.6.5-0",
0 commit comments