You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Traefik for routing, and they recently switched from traefik.containo.us to traefik.io as their apiVersion. The CRDs are currently duplicated if you install Traefik v2, with a recommendation that users use traefik.io instead of traefik.containo.us (the latter is removed in the upcoming Traefik v3). That said, it looks like helm dashboard ignores the apiVersion of the object and instead just looks up the resource under the first matching CRD.
The /resources endpoint returns the correct apiVersion on the resource, so I'm guessing it could be possible to send that along when fetching the resource vs just depending on the Kind to be unique.
Screenshots
Additional information
No response
The text was updated successfully, but these errors were encountered:
If you setup a server via k3s as shown here, you'll get the same CRD under two different groups. Then I would create a helm chart with something like the below as a template:
Description
I am using Traefik for routing, and they recently switched from
traefik.containo.us
totraefik.io
as their apiVersion. The CRDs are currently duplicated if you install Traefik v2, with a recommendation that users usetraefik.io
instead oftraefik.containo.us
(the latter is removed in the upcoming Traefik v3). That said, it looks like helm dashboard ignores the apiVersion of the object and instead just looks up the resource under the first matching CRD.The
/resources
endpoint returns the correct apiVersion on the resource, so I'm guessing it could be possible to send that along when fetching the resource vs just depending on the Kind to be unique.Screenshots
Additional information
No response
The text was updated successfully, but these errors were encountered: