Skip to content

Traefik fails after automatic self-restart because of missing CRD #1640

Discussion options

You must be logged in to vote

I fixed my current cluster by installing the new CRD and RBAC definitions

# Install Traefik Resource Definitions:
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.0/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml

# Install RBAC for Traefik:
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.0/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml

and then, in addition, I needed to change all the k8s traefik yaml resource definitions to use apiVersion: traefik.io/v1alpha1.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mysticaltech
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #1391 on February 16, 2025 20:20.