Change traefik API group
We need to deploy an instance of aptly
in the core
cluster, but there is an
incompatibility on the CRDs API Group of Traefik. Currently, the Traefik Kubernetes CRDs
API Group used in the Core cluster is older than what the latest aptly helm chart
requires, so a modification of the aptly Helm Chart
to make it compatible with the
current CRD API version is required.
The ultimate solution is to upgrade Traefik. However, since this upgrade involves a longer execution time, it has been decided to temporarily modify the Helm Chart to enable faster deployment while planning the upgrade.
Merge request reports
Activity
assigned to @em
added 5 commits
-
cd533706...353a6374 - 4 commits from branch
collabora/production
- 47b3a140 - Change traefik API group
-
cd533706...353a6374 - 4 commits from branch
- Resolved by Pablo Vigo Mas
Traefik v3 isn't even out yet, those CRDs were added with v2.10. v2.9 has been EOL for a while and is missing CVE fixes for things like rapid reset, so I have to wonder if we should be running any pre-v2.10 version at all?
added 5 commits
-
ffc8e9b2...353a6374 - 4 commits from branch
collabora/production
- fd0f8de4 - Change traefik API group
-
ffc8e9b2...353a6374 - 4 commits from branch
mentioned in commit ae3635da
mentioned in merge request !26 (merged)