Giter Site home page Giter Site logo

Comments (6)

mloiseleur avatar mloiseleur commented on July 22, 2024 2

@runningman84 It looks like the middleware are still using previous API Group, traefik.containo.us.
Starting with Traefik v2.10, a new API Group traefik.io has been introduced.

One can check easily which API Group is deployed

#  `traefik.containo.us` API Group
kubectl get middlewares.traefik.containo.us --all-namespaces
#  `traefik.io` API Group
kubectl get middlewares.traefik.io --all-namespaces

Both API Group are working with Traefik Proxy v2.10+.
traefik.io is the only API Group supported with Traefik Proxy v3.

Does this answer your question ?

from traefik-helm-chart.

runningman84 avatar runningman84 commented on July 22, 2024

Rolling back to helm chart version: 27.0.2 (including traefik 2.11.2) made the svc-wss-headers middleware visible again in the dashboard but the authelia stuff is still not found. Is there some setting which auto discovers middlewares in all namespaces?

Btw. the traefik dashboard ingress route also come back.

There seems to be some breaking changes in the 28.0.0 helm chart / traefik 3.x release. It looks like all traefik crds are somehow broken (ingress route objects not appearing, middlewares lost....).

The cross namespace issue might be caused by this:
#1011

from traefik-helm-chart.

nmengin avatar nmengin commented on July 22, 2024

Hello @runningman84,

It seems to be linked to Helm Chart modifications.
I transfer the issue to its repo.

from traefik-helm-chart.

runningman84 avatar runningman84 commented on July 22, 2024

You are right using the correct api groups helps. But I think there are still other issues in the 3.x release because the ingress route objects (like the dashboard) is not viisible.

from traefik-helm-chart.

mloiseleur avatar mloiseleur commented on July 22, 2024

It's the same for all other resources. All of them have to switch to the new API Group.

#  `traefik.containo.us` API Group
kubectl get ingressroutes.traefik.containo.us --all-namespaces
#  `traefik.io` API Group
kubectl get ingressroutes.traefik.io --all-namespaces

There are also (potentially many) other steps.

There is a complete migration guide, which details all those steps.

from traefik-helm-chart.

mloiseleur avatar mloiseleur commented on July 22, 2024

I'm closing your issue, since there is nothing to do on the Chart at this point.
Feel free to re-open it (or open a new one), if needed.

from traefik-helm-chart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.