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 989a077 commit db95e21Copy full SHA for db95e21
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.33.2": {
22
+ "coredns/coredns": "v1.12.0",
23
+ "etcd": "3.5.21-0",
24
+ "pause": "3.10",
25
+ },
26
+ "v1.32.6": {
27
+ "coredns/coredns": "v1.11.3",
28
+ "etcd": "3.5.16-0",
29
30
31
+ "v1.31.10": {
32
33
+ "etcd": "3.5.15-0",
34
35
36
+ "v1.30.14": {
37
38
39
+ "pause": "3.9",
40
41
+ "v1.34.0-alpha.1": {
42
+ "coredns/coredns": "v1.12.1",
43
44
45
46
"v1.33.1": {
47
"coredns/coredns": "v1.12.0",
48
"etcd": "3.5.21-0",
0 commit comments