We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67a4cc commit 4ef361cCopy full SHA for 4ef361c
pkg/minikube/bootstrapper/images/images.go
@@ -62,6 +62,10 @@ func coreDNS(v semver.Version, mirror string) string {
62
// https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/constants/constants.go
63
cv := "1.7.0"
64
switch v.Minor {
65
+ case 22:
66
+ cv = "1.8.0"
67
+ case 10, 20, 21:
68
+ cv = "1.7.0"
69
case 18:
70
cv = "1.6.7"
71
case 17:
0 commit comments