KEP for CoreDNS to Default DNS#2167
Conversation
81a713d to
efeca77
Compare
| * Make CoreDNS available as an image in a Kubernetes repository (To Be Defined) and ensure a workflow/process to update the CoreDNS versions in the future. | ||
| This goal is carried over from the [previous KEP](https://github.com/kubernetes/community/pull/1956), in case it cannot be completed there. | ||
|
|
||
| ## Proposal |
There was a problem hiding this comment.
do we also want this to encompass the formal deprecation of kube-dns ?
There was a problem hiding this comment.
Yes, I think that makes sense. We don't want to maintain two solutions for any longer than necessary.
There was a problem hiding this comment.
I guess I was asking it to be in the doc as a goal. :)
|
I'm good with this - anyone else? |
efeca77 to
29b94d0
Compare
|
|
||
| * Add CoreDNS image in a Kubernetes repository (To Be Defined) and ensure a workflow/process to update the CoreDNS versions in the future. | ||
| * Have a certain number (To Be Defined) of clusters of significant size (To Be Defined) adopting and running CoreDNS as their default DNS. | ||
|
|
There was a problem hiding this comment.
have migration scripts to provide a migration from kubedns configs to coredns ?
There was a problem hiding this comment.
@krmayankk this is already implemented from Kubernetes 1.10 for kubeadm.
There was a problem hiding this comment.
@krmayankk : that is already provided through 'kubeadm upgrade' tool. Are you thinking something else ?
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: thockin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
KEP for CoreDNS to Default DNS
This KEP is to defined to make CoreDNS the default cluster DNS in Kubernetes.
It is a follow-up to the previous KEP (#1956)
/sig network
/assign @thockin
/assign @bowei