-
Notifications
You must be signed in to change notification settings - Fork 716
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
RFE Feature Gate Enable DNS CACHE #1220
Comments
I'm taking a shot at this: kubernetes/kubernetes#71642 |
Thanks @srueg! |
closed the existing PRs let's discuss again how we want to approach this in the 1.15 cycle. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
IMO we should make this the default for 1.16 and update the deployment. |
We aspire to enable users to do this with an addon operator + the upcoming kubeadm addon-installer library/component-config integration. See kubernetes-sigs/cluster-addons#34 Closing in favor of that approach. |
Tracking Issue kubernetes/kubernetes#70707
What would you like to be added:
Support to run nodelocaldns addon
Why is this needed:
The feature runs a local dns cache on all cluster nodes to help with dns latency. Initial PR adds support on e2e/gce scripts. We want to extend this to other cluster creation tools.
#70555
This is the KEP: https://github.com/kubernetes/community/blob/master/keps/sig-network/0030-nodelocal-dns-cache.md
Follow up to the KEP - kubernetes/community#2842
/kind feature
The text was updated successfully, but these errors were encountered: