We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35732b1 + 54c58a2 commit c88bc8bCopy full SHA for c88bc8b
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.26.0": {
22
+ "coredns/coredns": "v1.9.3",
23
+ "etcd": "3.5.6-0",
24
+ "pause": "3.9",
25
+ },
26
+ "v1.25.5": {
27
28
29
+ "pause": "3.8",
30
31
+ "v1.24.9": {
32
+ "coredns/coredns": "v1.8.6",
33
34
+ "pause": "3.7",
35
36
+ "v1.23.15": {
37
38
39
+ "pause": "3.6",
40
41
+ "v1.22.17": {
42
+ "coredns/coredns": "v1.8.4",
43
44
+ "pause": "3.5",
45
46
"v1.26.0-rc.1": {
47
"coredns/coredns": "v1.9.3",
48
"etcd": "3.5.6-0",
0 commit comments