-
I'm trying to install linkerd2 into our clusters using helm (as that seems to be the most straightforward way to get it working with pulumi/terraform), and am hitting a wall. I installed the The latest version I can find for it on artifacthub is 2.9.5, which seems incompatible: Installing that in my cluster results in a failing :; linkerd multicluster check
namespace "multicluster" not found; install by running `linkerd multicluster install | kubectl apply -f -` (and indeed, the multicluster namespace that gets installed is named Are there no new releases of this chart anymore, or did it get deprecated & the docs didn't get updated? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Ah sorry about that, we failed to properly document this change, which is simply that the chart is now named |
Beta Was this translation helpful? Give feedback.
Ah sorry about that, we failed to properly document this change, which is simply that the chart is now named
linkerd-multicluster
. You can find it here on version 2.11.1:https://artifacthub.io/packages/helm/linkerd2/linkerd-multicluster