-
Hello, I am trying to install linkerd 2.10.0 using Helm but I want all viz components installed under the same namespace (linkerd) (similar to what we had prior to 2.10.0 version) instead of the new namespace introduced (linkerd-viz). I was able to update the values file to point to linkerd namespace, however, some of the viz components are showing 0/1. I noticed linkerd inject is disabled on linkerd namespace by default and enabled on linkerd-viz.
When i describe the tap pod, I see readiness probe failed error:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
restarting the linkerd-viz namespaced components resolved the issue! |
Beta Was this translation helpful? Give feedback.
-
I'm running into the same issue today, linkerd-viz components aren't coming up correctly when installed in the linkerd namespace. We tried to restart all the viz components with no luck
Events from the tap pod:
|
Beta Was this translation helpful? Give feedback.
-
I'm also encountering a variant of this issue. I'm following the Getting Started documentation and trying to install these to their default namespaces (
Logs from the
For me, the FWIW, restarting the deployments did not fix the issue. |
Beta Was this translation helpful? Give feedback.
restarting the linkerd-viz namespaced components resolved the issue!