This message was deleted.
# k3s
a
This message was deleted.
🤯 1
g
I feel your pain, @creamy-pencil-82913 😞 I have had my share of update problems with traefik - perhaps it would be a better approach to install/upgrade k3s without traefik - and then deploy traefik/nginx/whatever as a seperate step ?
f
The general idea is "batteries included" so apps will work by default, but you can disable installing it and provide your own.
g
Yes that makes sense- but in the case of Traefik it is probably better to decouple the update. Wonder how I can split this when updating k3s next time ?
c
you can override the traefik image tag via HelmChartConfig if you want to update it manually
g
What if I set the '--disable-traefik' option in the service file on all servers and then manually install trafik 2.9.x from Helm ? Anyone having experience with this approach ? Should I remove /var/lib/rancher/k3s/server/manifests/traefik.yaml
c
it’d be --disable=traefik. when you do that, the manifest will be deleted for you
👍 1
You’re welcome to disable whatever you want, of course. but if all you want to do is change the tag I would probably just override the config.
g
Thanks, @creamy-pencil-82913!