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

Support for traefik.io api group version #3119

Closed
tomsozolins opened this issue Oct 20, 2023 · 3 comments · Fixed by #3348
Closed

Support for traefik.io api group version #3119

tomsozolins opened this issue Oct 20, 2023 · 3 comments · Fixed by #3348
Labels
enhancement New feature or request

Comments

@tomsozolins
Copy link

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 👍.

@tomsozolins tomsozolins added the enhancement New feature or request label Oct 20, 2023
@tomsozolins tomsozolins changed the title Add support for traefik.io api version Add support for traefik.io api group version Oct 20, 2023
@tomsozolins tomsozolins changed the title Add support for traefik.io api group version Support for traefik.io api group version Oct 20, 2023
@zachaller
Copy link
Collaborator

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

@DrFaust92
Copy link
Contributor

Ill take a look at this

@DrFaust92
Copy link
Contributor

PR Ready

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

Successfully merging a pull request may close this issue.

3 participants