many-keyboard-29638
05/12/2025, 3:29 PMtraefik kube-system 2 2025-05-12 15:28:49.552938528 +0000 UTC deployed traefik-27.0.201+up27.0.2 v2.11.10
traefik-crd kube-system 1 2025-05-05 13:22:19.905144112 +0000 UTC deployed traefik-crd-27.0.201+up27.0.2 v2.11.10
why is this?mysterious-animal-29850
05/12/2025, 10:28 PMmysterious-animal-29850
05/12/2025, 10:30 PM# Before upgrade
root@k8s2:~# kubectl version --client
Client Version: v1.30.11+k3s1
root@k8s2:~# helm list -n kube-system
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
traefik kube-system 2 2025-04-25 17:22:16.787048158 +0000 UTC deployed traefik-27.0.201+up27.0.2 v2.11.10
traefik-crd kube-system 2 2025-04-25 17:22:16.770134953 +0000 UTC deployed traefik-crd-27.0.201+up27.0.2 v2.11.10
#After Upgrade
root@k8s2:~# kubectl version --client
Client Version: v1.32.3+k3s1
root@k8s2:~# helm list -n kube-system
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
traefik kube-system 3 2025-05-12 22:25:08.432509665 +0000 UTC deployed traefik-34.2.1+up34.2.0 v3.3.2
traefik-crd kube-system 3 2025-05-12 22:25:04.346531008 +0000 UTC deployed traefik-crd-34.2.1+up34.2.0 v3.3.2
mysterious-animal-29850
05/12/2025, 10:32 PM# Before upgrade
root@k8s2:~# kubectl version --client
Client Version: v1.30.11+k3s1
root@k8s2:~# helm list -n kube-system
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
traefik kube-system 2 2025-04-25 17:22:16.787048158 +0000 UTC deployed traefik-27.0.201+up27.0.2 v2.11.10
traefik-crd kube-system 2 2025-04-25 17:22:16.770134953 +0000 UTC deployed traefik-crd-27.0.201+up27.0.2 v2.11.10
# After Upgrade
root@k8s2:~# kubectl version --client
Client Version: v1.32.3+k3s1
root@k8s2:~# helm list -n kube-system
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
traefik kube-system 3 2025-05-12 22:25:08.432509665 +0000 UTC deployed traefik-34.2.1+up34.2.0 v3.3.2
traefik-crd kube-system 3 2025-05-12 22:25:04.346531008 +0000 UTC deployed traefik-crd-34.2.1+up34.2.0 v3.3.2
many-keyboard-29638
05/13/2025, 1:24 AMcurl -sfL <https://get.k3s.io> | sh -
The version of k3s that k3d was using was an older version. After specifying the image --image rancher/k3s:v1.32.3-k3s1
in my k3d cluster create command, I had the latest k3s version and subsequently Traefik v3. Thanks for your help!