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 08b1211 commit 19613caCopy full SHA for 19613ca
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.34.0-beta.0": {
22
+ "coredns/coredns": "v1.12.1",
23
+ "etcd": "3.5.21-0",
24
+ "pause": "3.10",
25
+ },
26
+ "v1.33.3": {
27
+ "coredns/coredns": "v1.12.0",
28
29
30
31
+ "v1.32.7": {
32
+ "coredns/coredns": "v1.11.3",
33
+ "etcd": "3.5.16-0",
34
35
36
+ "v1.31.11": {
37
38
+ "etcd": "3.5.15-0",
39
40
41
+ "v1.34.0-alpha.3": {
42
43
44
45
46
"v1.34.0-alpha.2": {
47
"coredns/coredns": "v1.12.1",
48
"etcd": "3.5.21-0",
0 commit comments