Skip to content

Commit

Permalink
Remove both the CoreDNS and KubeDNS addons. Let Kubeadm install the c…
Browse files Browse the repository at this point in the history
…orrect DNS addon.
  • Loading branch information
dlorenc committed Nov 15, 2018
1 parent 36631fa commit ea54ace
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 461 deletions.
12 changes: 0 additions & 12 deletions cmd/minikube/cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,6 @@ var settings = []Setting{
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
},
{
name: "coredns",
set: SetBool,
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
},
{
name: "kube-dns",
set: SetBool,
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
},
{
name: "heapster",
set: SetBool,
Expand Down
18 changes: 0 additions & 18 deletions deploy/addons/coredns/coreDNS-clusterrole.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions deploy/addons/coredns/coreDNS-configmap.yaml

This file was deleted.

79 changes: 0 additions & 79 deletions deploy/addons/coredns/coreDNS-controller.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions deploy/addons/coredns/coreDNS-crbinding.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions deploy/addons/coredns/coreDNS-sa.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions deploy/addons/coredns/coreDNS-svc.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions deploy/addons/kube-dns/kube-dns-cm.yaml

This file was deleted.

162 changes: 0 additions & 162 deletions deploy/addons/kube-dns/kube-dns-controller.yaml

This file was deleted.

Loading

0 comments on commit ea54ace

Please sign in to comment.