Replies: 1 comment 1 reply
-
Here's a table mapping the relations on latest linkerd versions https://linkerd.io/releases/#helm-chart-version-matrix |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a table in any Linkerd documentation anywhere that describes which version of Helm Chart
linkerd-crds
should be used withlinkerd-control-plane
?Currently my cluster's setup looks something like:-
I deploy
linkerd-crds
&linkerd-control-plane
as two separate Helm charts in their own deployment pipelines (because CRDs must be installed before the rest of Linkerd). I would like to automatically deploy the latest minor release (e.g. stable-2.13.*) which I'd do with my own "Parent" Helm chart, e.gChart.yaml:-
where version: ~1.12 should fetch the latest Helm Chart 1.12.5, which contains the appVersion stable-2.13.5. The recent
linkerd-control-plane
Helm Chart versions appear to marry-up with Linkerd app versions like:-but I'm not sure about the
linkerd-crds
Chart versions, and how they relate to the main application Chart. For example, does:-relate to one-another?
tl;dr - how do I know/handle the major version changes in linkerd-crds such that I don't break them with a wrong linkerd-control-plane ?
Beta Was this translation helpful? Give feedback.
All reactions