-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump coredns from 1.3.1 to 1.6.5 #2582
build(deps): bump coredns from 1.3.1 to 1.6.5 #2582
Conversation
Hello ebaneck,My role is to assist you with the merge of this Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
/status |
StatusStatus report is not available. The following options are set: after_pull_request |
Since we try to follow `kubeadm` standards and this branch ships K8S 1.17, we should indeed update coredns to 1.6.5.
Since we are updating coredns from 1.6.2 to 1.6.5, we need to update the Corefile to remove deprecated plugins. Given that we follow kubeadm standards, the Corefile is updated using the following specifification; ``` https://github.com/kubernetes/kubernetes/blob/release-1.17/cmd/kubeadm/app/phases/addons/dns/manifests.go#L306 ```
03dae5d
to
141b9c7
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following options are set: after_pull_request |
/status |
StatusStatus report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye ebaneck. |
Component:
'deps', 'build'
Context:
See: #2572
Summary:
A followup of this PR: #2575
Since the target branch runs K8s 1.17 and following the kubeadm standards as specified in the issue, let us bump the version of coredns to
1.6.5
.The resource is gotten from here: https://github.com/kubernetes/kubernetes/blob/release-1.17/cmd/kubeadm/app/phases/addons/dns/manifests.go#L306.
Acceptance criteria:
Closes: #2572