"Error: Required CRDs are missing. Please install the corresponding CRD chart before installing this chart." when trying to add extra Traefik configuration #8294
Replies: 1 comment 3 replies
-
That is normal to see on the initial install attempt. There is another chart for the CRDs; once that install has completed, the main traefik chart will retry and the installation will succeed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
I'm using k3s to get up to speed on k8s.
I've run the installation script, however I discovered that the Traefik dashboard was not available on port 9000 as documented.
kubectl describe
shows that Traefik is only listening on port 80 and 443.To "solve" this, I have created a file named
traefik-config.yaml
with the content below and placed it in/var/lib/rancher/k3s/server/manifests
.My understanding from the documentation is that anything in this file will "overwrite" the existing Traefik config and take effect however, instead, I just get a crashloop and the error in the titlebar.
Config file:
Full logs:
Beta Was this translation helpful? Give feedback.
All reactions