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 c56a9a8 commit 0bb145cCopy full SHA for 0bb145c
pkg/minikube/constants/constants_kubeadm_images.go
@@ -18,6 +18,11 @@ package constants
18
19
var (
20
KubeadmImages = map[string]map[string]string{
21
+ "v1.28.0-rc.1": {
22
+ "coredns/coredns": "v1.10.1",
23
+ "etcd": "3.5.9-0",
24
+ "pause": "3.9",
25
+ },
26
"v1.28.0-rc.0": {
27
"coredns/coredns": "v1.10.1",
28
"etcd": "3.5.9-0",
0 commit comments