Replies: 1 comment 6 replies
-
Hey, so even though hetzner-k3s uses k3s, which has Traefik support built in, I originally decided to keep things as standard as possible. This means avoiding k3s-specific implementations when thinking from the user's perspective. That's why you can't enable the built-in Traefik support right now. But I plan to make this configurable in an upcoming release. For now, you can use a workaround. Just edit the file at https://github.com/vitobotta/hetzner-k3s/blob/main/templates/master_install_script.sh and remove the line that says Alternatively, you can just install Traefik using the Helm chart or manifests, similar to how you'd set up nginx or other ingress controllers. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I am tinkering around a little bit, would it be possible to have Traefik as well as an ingress, just like nginx?
Beta Was this translation helpful? Give feedback.
All reactions