Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbranham committed Jan 15, 2019
1 parent f1e62c3 commit 30e35a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Specifying KubeDNS will install kube-dns as the default service discovery.

This will install [CoreDNS](https://coredns.io/) instead of kube-dns.

**Note:** If you are upgrading to CoreDNS, kube-dns will be left in place and must be removed manually. You can scale the kube-dns and kube-dns-autoscaler deployments in the `kube-system` namespace to 0 as a starting point
**Note:** If you are upgrading to CoreDNS, kube-dns will be left in place and must be removed manually (you can scale the kube-dns and kube-dns-autoscaler deployments in the `kube-system` namespace to 0 as a starting point). The `kube-dns` service itself should be left, as this retains the ClusterIP and eliminates the possibility of DNS outages in your cluster.

### kubeControllerManager
This block contains configurations for the `controller-manager`.
Expand Down

0 comments on commit 30e35a2

Please sign in to comment.