This repository was archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Rancher masterclass traefik dashboard not coming online #24
Comments
Hey there! for 1) yes, that now needs to be done. At the time of the recording, that was an issue ;) for 2) Do you have some logs? :) It should be fine I guess? |
Thx for your fast feedback!
The traefik pod keeps on crashing after applying the updated dashboard config:
output for services:
log for pod
I'm guessing it's some kind of (noobie) TLS issue? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, thx for the great video and the demo on traefik + k3s on https://www.youtube.com/watch?v=4KpVW6jpSnc !
I did have some issues replicating the setup as you did in the video. I hope it's OK to reach out to you via this way. FYI: I was running the examples also in k3d (linux host system)
apiVersion: extensions/v1beta1
does not seem supported anymore, had to replace them byapiVersion: apps/v1
+ also add aselector
on thespec
section. Afterwards, I could run the webapp just fine as you showedI'm still very new to kubernetes / k3s / traefik (have some experience with docker / docker-compose), so for once I was very happy to see an actual hands-on talk where I could easily get things running!
The text was updated successfully, but these errors were encountered: