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 983e2c5 commit 2846e14Copy full SHA for 2846e14
pkg/minikube/constants/constants_kubeadm_images.go
@@ -18,6 +18,21 @@ package constants
18
19
var (
20
KubeadmImages = map[string]map[string]string{
21
+ "v1.28.8": {
22
+ "coredns/coredns": "v1.10.1",
23
+ "etcd": "3.5.12-0",
24
+ "pause": "3.9",
25
+ },
26
+ "v1.27.12": {
27
28
29
30
31
+ "v1.29.3": {
32
+ "coredns/coredns": "v1.11.1",
33
34
35
36
"v1.26.15": {
37
"coredns/coredns": "v1.9.3",
38
"etcd": "3.5.10-0",
0 commit comments