I upgraded from Traefik v2 to Traefik v3. I know the apiVersion of all the resources changed to traefik.io/v1alpha1
from traefik.containo.us/v1alpha1
. I added the new CRDS following the instructions and then migrated over all my existing resources. So far so good. Then, I deleted the old traefik.containo.us/v1alpha1
CRDs.
I upgraded traefik via the Helm chart. Once the upgrade completed, when I go to the dashboard, I see routes created from kubernetes Ingress objects, but none from kubernetes IngressRoutes. The log files show nothing. The kubernetescrd provider looks to start.
Really at the end of my rope here. Any ideas? Not even sure how to debug. I tried recreating the crds: no luck. Restarted kube-apiserver. No luck.