We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What change needs making?
Add support for traefik.io crd API group version.
When would you use this?
In Traefik v3 support for Kubernetes CRDs API Group traefik.containo.us has been removed - https://doc.traefik.io/traefik/master/migration/v2-to-v3/#kubernetes-crds-api-group-traefikcontainous
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
This probably is not to bad of an additiont to add we use an dynamic unstructured client so you just need to use change how that client gets created I think. Here is the start of that code https://github.com/argoproj/argo-rollouts/blob/master/utils/defaults/defaults.go#L63
Sorry, something went wrong.
Ill take a look at this
PR Ready
Successfully merging a pull request may close this issue.
Summary
What change needs making?
Add support for traefik.io crd API group version.
Use Cases
When would you use this?
In Traefik v3 support for Kubernetes CRDs API Group traefik.containo.us has been removed - https://doc.traefik.io/traefik/master/migration/v2-to-v3/#kubernetes-crds-api-group-traefikcontainous
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: