Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rancher suggests users upgrade the k3s-packaged Traefik chart, breaking ingress #220

Closed
brandond opened this issue Oct 22, 2021 · 1 comment

Comments

@brandond
Copy link
Member

A recent PR added a Traefik chart to partner-charts:

K3s also packages Traefik. If you go into Installed Apps in Apps and Marketplace, there is an option to update it:
image

If the user clicks through the new version, the chart upgrade will succeed, but the traefik pod will go into ImagePullBackoff because the tag used by version 10.6.0 of the chart (v2.5.3) is not mirrored in the rancher Docker Hub org. This will leave the ingress broken and (if it is being used to access Rancher) lock the user out of Rancher. At this point the user would have to either restart k3s (so that the packaged chart is reinstalled) or use kubectl to roll back the chart update.

I believe that the Rancher UI should not offer upgrades to K3s or RKE2 packaged components. Especially not on the local cluster.

@brandond
Copy link
Member Author

We've addressed this on the K3s/RKE2 side; closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants