Skip to content

Sync master with develop - #215

Merged
thenav56 merged 23 commits into
masterfrom
develop
Aug 19, 2026
Merged

Sync master with develop#215
thenav56 merged 23 commits into
masterfrom
develop

Conversation

@thenav56

@thenav56 thenav56 commented Aug 19, 2026

Copy link
Copy Markdown
Member

No description provided.

thenav56 and others added 23 commits July 28, 2026 18:47
`providers.kubernetesIngress.ingressClass` takes a single value and is
exclusive, so pinning it to "nginx" made Traefik ignore every Ingress with
`ingressClassName: traefik` — they matched no controller at all and fell
through to the default backend as a 404 on every path.

The filter was also redundant. `providers.kubernetesIngressNGINX` already
handles nginx-class Ingresses natively, so with it dropped each provider
serves one class:

  kubernetesIngress      -> ingressClassName: traefik
  kubernetesIngressNGINX -> ingressClassName: nginx

ingress-nginx is untouched and goes on owning the `nginx` IngressClass and
serving those same Ingresses through its own load balancer, so domains
resolving to either load balancer are unaffected in both environments.

Note that nginx-class Ingresses now reach Traefik through the NGINX provider
rather than by impersonation, which translates nginx annotations
(proxy-body-size and friends) instead of ignoring them.
@thenav56
thenav56 merged commit 6fbb679 into master Aug 19, 2026
5 checks passed
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

Successfully merging this pull request may close these issues.

3 participants