-
Notifications
You must be signed in to change notification settings - Fork 521
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
Able to set --cluster-dns #2132
Comments
Hi @mzupan Thanks for opening this issue. Bottlerocket team will research on this and reach back to you soon. Thanks. |
@gthao313 thanks how it was used with just a linux ami in eks was like
The first IP being the IP node-local sets on each node and the 2nd being coredns. That set any pod running on that node to have a resolv.conf that looked like
|
Does |
@bcressey that doesn't seem to allow you to specify multiple values like |
Now that you point it out, it's obvious that it can be a list of IPs in the kubelet config template, but it never crossed my mind to make it a list in our API. 😄 @etungsten seems like we need some of the serde magic here to migrate |
This is resolved in the latest Bottlerocket release, v1.8.0 -- Let us know if you have any questions! |
What I'd like:
Being able to set --cluster-dns flag for kubelet. This allows the kubelet to set the dns search to something other then coredns like node-local-dns then fail back to coredns
The text was updated successfully, but these errors were encountered: