Upgrade Traefik chart to official #633
Unanswered
thomasprade
asked this question in
Q&A
Replies: 1 comment
-
@thomasprade Sorry for the delay, it's been done! Please search this repo for Traefik upgrade. However, the best guide is here https://pet2cattle.com/2021/12/k3s-update-traefik-to-v2. Please note that it may attempt to recreate the service, hence causing a very small downtime as the LB IP might change. Also, note that any customization you need must not be done on the HelmChart, but on the HelmChartConfig file, see our repo in the template folder for an example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In commit cf10288 changes were made to the installation of traefik via the official helm chart.
I'm currently running a cluster created in mid November of 2022 with the, then current, version of the repo.
The version of the traefik chart installed is fixed via the chart, that was deployed back then (see snippet below), and in the "Installed Apps" menu in Rancher traefik is marked as "managed".
Since then changes were made to the values.yaml, which include a default redirect to https for the http entry point.
When manually upgrading traefik via Rancher to a newer version and including the redirect line in the values.yaml, each night the changes are reverted to the version and values configured in the chart, that was originally deployed when the cluster was created.
Since the cluster is used in a production environment, I do not want to risk simply removing the old chart and manually installing a newer version of traefik.
Has anyone done this upgrade already, or can tell, how to savely do the upgrade?
Beta Was this translation helpful? Give feedback.
All reactions