Replies: 2 comments 4 replies
-
@loshsu Hey sorry you're running into an issue with this. What are you using for creating the cluster? Are you on something like k3d/kind, or a cloud option like GKE/EKS? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@loshsu Could you provide any steps you used for creating the cluster? There is a similar issue in #5860 and it looks like it's permissions related based off the way the cluster is created. If you want to double check your permissions I would also reference our docs here. It provides GKE specific debugging, but it may be helpful for whatever cloud you are on. |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Hello All,
I was testing linkerd in a local private k8s cluster, and trying to tap demo emoji voting app without success.
Do you have any suggestion on how this issue might be fixed?
Command:
Note: I needed to use sudo to operate on non-default namespaces -- current arrangement of the private k8s cluster.
The following error messages in linkerd-tap pod were observed:
time="2021-02-25T07:48:27Z" level=info msg="Tapping 1 pods for target: namespace:"emojivoto" type:"deployment" name:"voting""
time="2021-02-25T07:48:27Z" level=info msg="Establishing tap on 172.100.2.136:4190"
time="2021-02-25T07:48:27Z" level=error msg="[172.100.2.136] encountered an error: rpc error: code = FailedPrecondition desc = request required the identity 'voting.emojivoto.serviceaccount.identity.linkerd.cluster.local' but no identity found"
linkerd version:
Client version: edge-21.2.3
Server version: edge-21.2.3
kubectl version:
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.1", GitCommit:"206bcadf021e76c27513500ca24182692aabd17e", GitTreeState:"clean", BuildDate:"2020-09-09T11:26:42Z", GoVersion:"go1.15", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.1", GitCommit:"206bcadf021e76c27513500ca24182692aabd17e", GitTreeState:"clean", BuildDate:"2020-09-09T11:18:22Z", GoVersion:"go1.15", Compiler:"gc", Platform:"linux/amd64"}
Beta Was this translation helpful? Give feedback.
All reactions