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

IP address for Ingress with Traefik #25

Open
echarles opened this issue Aug 15, 2024 · 1 comment
Open

IP address for Ingress with Traefik #25

echarles opened this issue Aug 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@echarles
Copy link
Member

echarles commented Aug 15, 2024

The ingress created by traefik do not show IP address, this can be tricky if an External DNS system is used to automatically create the DNS entry.

NAMESPACE            NAME                                         CLASS               HOSTS               ADDRESS   PORTS     AGE
datalayer-api        iam-ingress                                  datalayer-traefik   oss.datalayer.run             80, 443   32h
datalayer-api        jupyter-ingress                              datalayer-traefik   oss.datalayer.run             80, 443   32h
datalayer-api        jupyter-server-ingress                       datalayer-traefik   oss.datalayer.run             80, 443   53d
datalayer-api        library-ingress                              datalayer-traefik   oss.datalayer.run             80, 443   32h
datalayer-api        spacer-ingress                               datalayer-traefik   oss.datalayer.run             80, 443   32h

@tyu0912 has come with a fix for that. We should enroll that fix.

kubernetesIngress:
  ingressClass: "datalayer-traefik"
  ingressEndpoint:
    publishedService: "datalayer-traefik/datalayer-traefik"
@echarles echarles added the enhancement New feature or request label Aug 15, 2024
@tyu0912
Copy link
Contributor

tyu0912 commented Aug 15, 2024

Here is some documentation for the configuration: https://doc.traefik.io/traefik/providers/kubernetes-ingress/#publishedservice + setting in the latest chart: https://github.com/traefik/traefik-helm-chart/blob/master/traefik/values.yaml#L285

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

No branches or pull requests

3 participants