Improve the linkerd check --proxy
experience if data plane pods do not have tap configured
#5777
Unanswered
scottcarol
asked this question in
Ideas
Replies: 2 comments 2 replies
-
@scottcarol Are you consistently seeing This should not be printing as part of that check, so I think this may be related to a cluster issue rather than a
To warn users that they will not be able to tap these pods we are only looking at each of the pod's annotations; we are not actually trying to establish a tap connection or anything. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Addressed this in: #5799 |
Beta Was this translation helpful? Give feedback.
0 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.
-
Thanks for your work on Linkerd! 💪
When I ran
linkerd check --proxy
onedge-21.2.2
I got the following output for in thelinkerd-viz-data-plane
section:The in-the-moment experience of running the check was somewhat jarring. I typed
linkerd check --proxy
and when the check got to thelinkerd-viz-data-plane
section, the check hung for ~5 seconds and I saw:before the check printed the explanation. Initially, I was also unclear whether the warning was concerning or not (@adleong filled me in on the context).
As a user, it would be great to see something other than the
error copying...
message if this is not an error within my configuration, OR documentation about the right way to set things up to avoid this message.Beta Was this translation helpful? Give feedback.
All reactions