Replies: 1 comment 1 reply
-
I think this may be instance of #9033. Are you using kubernetes 1.24? |
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.
-
i have linkerd and multi cluster services running in two clusters kind-west and kind-east. All the linkerd multicluster checks says is OK.
However when i run the following command
linkerd --context=kind-east multicluster link --cluster-name kind-east --verbose | kubectl --context=kind-west apply -f -
i see the error
Error: could not find service account token secret for linkerd-service-mirror-remote-access-default
Usage:
linkerd multicluster link [flags]
I looked at the ServiceAccount and it is present in my clusters. Wondering why it cannot find a token secret. I dont see specific steps to set that up on the page:
https://linkerd.io/2.11/tasks/multicluster/#linking-the-clusters
Any help is appreciated.
Thx
Murali
Beta Was this translation helpful? Give feedback.
All reactions