Skip to content
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

Support custom DNS service #561

Closed
tangyouzzz opened this issue Nov 4, 2024 · 1 comment
Closed

Support custom DNS service #561

tangyouzzz opened this issue Nov 4, 2024 · 1 comment
Labels
triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@tangyouzzz
Copy link
Contributor

Tell us about your request

CSE does not seem to support custom DNS services. I noticed that clusterDNS in nodeclass has also been removed. I want to know if there is a solution to this

https://learn.microsoft.com/en-us/azure/aks/custom-node-configuration%20?tabs=linux-node-pools#linux-kubelet-custom-configuration

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

The DNS of the pod on the new node is using the default DNS on the node, which will cause the pod to be unable to resolve SVC

Are you currently working around this issue?

I am currently using aksscriptless on the latest branch and added '-- cluster dns' to kubelet during aksbootstrap. I personally think that since we have separated bootstrappingclient and aksscriptless, should aksscripeless also support more complete custom kubelets?

Additional Context

No response

Attachments

No response

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@tallaxes
Copy link
Collaborator

tallaxes commented Nov 6, 2024

Duplicate of #335

Custom DNS will be natively supported in NAP (bootstrappingclient), with possible support in self-hosted (aksscriptless) later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

2 participants