update to traefik v3 #54
Reference in New Issue
Block a user
No description provided.
Delete Branch "sixsmith/traefik:v3-update-only"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi :3 looking for feedback on this PR, please consider it a "draft" or proposal.
The "why" for this change is to be proactive in updating Traefik v2 before it reaches security EOL, and also to support the log retention option from #51.
The high-level plan after merging this PR, is to gradually update existing recipes to use v3 rule syntax. v2 syntax should continue working as long as
defaultRuleSyntax: v2
is set .This PR was made following the process outlined in Traefik docs: v2 to v3 details.
43137e2087
to60ec1191a8
I've tested this PR on production servers which are running services that use the Traefik V2 label syntax, and had no issues 👍
Also I reviewed the documentation on transitioning from traefik v2 -> v3 and imo this PR looks ready to go!
WIP: update to traefik v3to update to traefik v3amazing, tysm! thanks for testing also 💝
(don't have time to manual test atm sadly)
Great! Will merge and update tags.