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

azure DNS - setting @ entry (apex) is not possible #272

Closed
sundbing opened this issue Aug 15, 2022 · 2 comments · Fixed by #276 or #277
Closed

azure DNS - setting @ entry (apex) is not possible #272

sundbing opened this issue Aug 15, 2022 · 2 comments · Fixed by #276 or #277
Labels
status/closed Issue is closed (either delivered or triaged)

Comments

@sundbing
Copy link

when adding an @ entry in Azure DNS, the follwowing error shows up:
"@.our.custom.domain" is no valid dns name ([a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is 'a-z0-9?(.a-z0-9?)*')])"

we need to add the apex domain to point to our web shell for the basic domain.
It is possible to add it manually in Azure DNS via portal or cli, but not via gardener.

Recap:

  • create a new DNSEntry in dns.gardener.cloud/v1alpha1 and add dnsName: '@.your.custom.domain'
  • save the DNSEntry and push it to kubernetes
@MartinWeindel
Copy link
Member

Maybe we can add a flag to disable the DNS name validation.
In general, we will keep the validation even if some provider may allow names not covered by the RFCs.

@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Aug 29, 2022
@MartinWeindel
Copy link
Member

Reopening as it is also requested in the context of shoot-dns-service, where the solution #276 is not viable.

@MartinWeindel MartinWeindel reopened this Sep 1, 2022
@gardener-robot gardener-robot removed the status/closed Issue is closed (either delivered or triaged) label Sep 1, 2022
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/closed Issue is closed (either delivered or triaged)
Projects
None yet
3 participants