We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622f259 commit 89b4c5eCopy full SHA for 89b4c5e
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.36.0-alpha.2": {
22
+ "coredns/coredns": "v1.14.1",
23
+ "etcd": "3.6.8-0",
24
+ "pause": "3.10.1",
25
+ },
26
+ "v1.35.2": {
27
+ "coredns/coredns": "v1.13.1",
28
+ "etcd": "3.6.6-0",
29
30
31
+ "v1.34.5": {
32
+ "coredns/coredns": "v1.12.1",
33
+ "etcd": "3.6.5-0",
34
35
36
+ "v1.33.9": {
37
+ "coredns/coredns": "v1.12.0",
38
+ "etcd": "3.5.24-0",
39
+ "pause": "3.10",
40
41
+ "v1.32.13": {
42
+ "coredns/coredns": "v1.11.3",
43
44
45
46
"v1.35.1": {
47
"coredns/coredns": "v1.13.1",
48
"etcd": "3.6.6-0",
0 commit comments