-
Notifications
You must be signed in to change notification settings - Fork 767
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
v33.0.0: Failed to upgrade CRD #1243
Comments
same problem here when upgrading from |
There is no v1alpha2 in crds of v33: $ grep -rn v1alpha2 traefik/crds/
# nothing. It looks like that an other component in your environment is using a different (previous ?) version of Gateway API. Considering helm known limitation on CRDs, there is a WIP to move CRD into a dedicated chart, see #1141 and PR #1223. In the mean time, release notes of v1.2 of Gateway API contains instructions on how to upgrade when you have v1alpha2 reference:
Wdyt about following instruction provided on Gateway v1.2 release to fix it ? |
thank you, this worked and fixed it for me now. |
Welcome!
What version of the Traefik's Helm Chart are you using?
v33.0.0
What version of Traefik are you using?
v3.1.6
What did you do?
kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/
What did you see instead?
fluxcd helm ugrade reports:
Manually update CRD:
What is your environment & configuration?
K8S version: v1.31.2+k3s1
Install traefik helm: v32.1.1
Additional Information
No response
The text was updated successfully, but these errors were encountered: