https://rancher.com/ logo
Title
b

billowy-apple-60989

01/09/2023, 3:35 PM
Maybe i’m missing something obvious, but how can you tell which version of Traefik will be deployed by it’s helm-chart that Rancher/k3s uses? https://github.com/traefik/traefik-helm-chart For ex i started up an k3s cluster on version
1.21.7
which uses chart version
9.18.201
by default which in turn deployed traefik
2.4.8
c

creamy-pencil-82913

01/09/2023, 4:35 PM
The Traefik version is listed in the release notes. https://github.com/k3s-io/k3s/releases/tag/v1.26.0%2Bk3s1 for example
If you point directly at the upstream repo you’re on your own though. You’d have to look at the traefik chart repo to see what the AppVersion is for that chart version.
b

billowy-apple-60989

01/10/2023, 7:28 AM
Could’ve sworn the version of Traefik listed in the k3s release notes was only deployed when provisioning a new cluster, not updating an existing one… but i was just proven wrong when updating my 1.21 cluster to 1.22
Maybe confused it with the monitoring stack.. anyway thanks for the help 🙂