Skip to content

Commit bc67a32

Browse files
authored
Merge pull request #3332 from dlorenc/rmaddons
Remove both the CoreDNS and KubeDNS addons. Let Kubeadm install the c…
2 parents 1c3df2d + 2091f8c commit bc67a32

14 files changed

+2
-461
lines changed

Diff for: cmd/minikube/cmd/config/config.go

-12
Original file line numberDiff line numberDiff line change
@@ -146,18 +146,6 @@ var settings = []Setting{
146146
validations: []setFn{IsValidAddon},
147147
callbacks: []setFn{EnableOrDisableAddon},
148148
},
149-
{
150-
name: "coredns",
151-
set: SetBool,
152-
validations: []setFn{IsValidAddon},
153-
callbacks: []setFn{EnableOrDisableAddon},
154-
},
155-
{
156-
name: "kube-dns",
157-
set: SetBool,
158-
validations: []setFn{IsValidAddon},
159-
callbacks: []setFn{EnableOrDisableAddon},
160-
},
161149
{
162150
name: "heapster",
163151
set: SetBool,

Diff for: deploy/addons/coredns/coreDNS-clusterrole.yaml

-18
This file was deleted.

Diff for: deploy/addons/coredns/coreDNS-configmap.yaml

-25
This file was deleted.

Diff for: deploy/addons/coredns/coreDNS-controller.yaml

-79
This file was deleted.

Diff for: deploy/addons/coredns/coreDNS-crbinding.yaml

-15
This file was deleted.

Diff for: deploy/addons/coredns/coreDNS-sa.yaml

-7
This file was deleted.

Diff for: deploy/addons/coredns/coreDNS-svc.yaml

-22
This file was deleted.

Diff for: deploy/addons/kube-dns/kube-dns-cm.yaml

-21
This file was deleted.

Diff for: deploy/addons/kube-dns/kube-dns-controller.yaml

-162
This file was deleted.

0 commit comments

Comments
 (0)