-
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
Simplify node local dns #10059
Simplify node local dns #10059
Conversation
Since we use the local IP we don't need the iptables rule for the cluster dns IP
f8166b2
to
29a1cb2
Compare
/test pull-kops-e2e-cni-kuberouter |
9ee89e8
to
4344cc2
Compare
/test pull-kops-e2e-cni-calico |
/retest |
4344cc2
to
29a1cb2
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman, 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 |
…059-origin-release-1.18 Automated cherry pick of #10059: Don't let node-local-dns add iptables rules
Since we actually control the kubelet cluster dns IP we don't need to make things complex with iptables rules and complex port bindings.
That upstream defaults to these is only to make things simpler for those deploying this to vendor managed k8s clusters.
I think other maintainers suggested this when reviewing the PR that introduced this addon.