-
Notifications
You must be signed in to change notification settings - Fork 764
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
feat: ✨ add support for traefik v3.0.0-beta3 and openTelemetry #872
Conversation
FYI, beta3 complains alot in logs, and thus this fix is pretty critical
|
@davhdavh Many thanks for your interest in this new (beta) version and this good PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Tests looks good.
I left other comments about README and CRDs.
@mloiseleur Are there other things you need before merging? |
@mloiseleur Did you have time to take a look again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for contributing @davhdavh. This PR needs @mloiseleur's approval and he'll back on july the 21th :-) |
Since Traefik v3 and Traefik v2 does not support the same set of CRDs, I'm not sure if we should go this way. I need to think of it a bit more. |
IMHO that problem belongs upstream and you can just do the best possible and add the CRDs so all versions are supported |
@davhdavh You can test locally with |
Co-authored-by: Michel Loiseleur <[email protected]>
Co-authored-by: Michel Loiseleur <[email protected]>
Co-authored-by: Michel Loiseleur <[email protected]>
Co-authored-by: Michel Loiseleur <[email protected]>
Co-authored-by: Michel Loiseleur <[email protected]>
Co-authored-by: Michel Loiseleur <[email protected]>
Co-authored-by: Michel Loiseleur <[email protected]>
Co-authored-by: Michel Loiseleur <[email protected]>
Co-authored-by: Michel Loiseleur <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are fixed with 73bcd18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this PR do?