-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[addons/node-local-dns] Bump version and make image field configurable #12219
[addons/node-local-dns] Bump version and make image field configurable #12219
Conversation
Hi @dntosas. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
a55989c
to
b9999d1
Compare
31f49ae
to
b641a8c
Compare
b641a8c
to
ee49483
Compare
/ok-to-test |
Clusters that cannot fetch from public image registries should use the |
docs/addons.md
Outdated
@@ -139,6 +141,7 @@ spec: | |||
enabled: true | |||
memoryRequest: 5Mi | |||
cpuRequest: 25m | |||
image: "k8s.gcr.io/dns/k8s-dns-node-cache:1.20.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even if we support setting image, we shouldn't encourage people to do so in the docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true that ^ changing
As per kubernetes/dns@3b17e06, node-local-dns addon is now builded with latest coreDNS base v1.8 and that brings great consistency between cache and upstream servers in a manner of configuration, metrics name convention, etc. So in this commit, we bump node-local-dns image to latest v1.20.0 which is build upon latest coreDNS and also add support for overriding this field. Signed-off-by: dntosas <ntosas@gmail.com>
ee49483
to
f558f24
Compare
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: olemarkus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…9-upstream-release-1.22 Automated cherry pick of #12219: Bump image to latest stable v1.20.0
As per kubernetes/dns@3b17e06, node-local-dns addon is now built with the latest coreDNS base (v1.8) and that brings great consistency between cache and upstream servers in a manner of configuration syntax, metrics name convention, etc.
So in this commit, we bump node-local-dns image to latest v1.20.0 which is build upon latest coreDNS and also add support for overriding this field.
Signed-off-by: dntosas ntosas@gmail.com