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

DNS Hostname using cluster subdomain does not for for service Ingress #1632

Open
aammundi opened this issue Jul 18, 2024 · 0 comments
Open

Comments

@aammundi
Copy link

aammundi commented Jul 18, 2024

I would like to use a subdomain over the default cluster domain (eg: westus.cloudapp.azure.com) and use the annotation (service.beta.kubernetes.io/azure-dns-label-name: foobar) to make my ingress resolvable via foobar.westus.cloudapp.azure.com

This works when deploying an LB service

annotations:
    service.beta.kubernetes.io/azure-dns-label-name: foobar

But does not (dns is not resolved) when creating an Ingress.
The alternative seems to be to bring my own domain.
Is this not supported or a bug ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant