Replies: 1 comment
-
I would just add that enabling debug logs on the cluster side did not reveal that much. When I observe hangs or disconnects in k9s there are no accompanying logs in the proxy service. If k9s does eventually connect after a bunch of retries, I do se the round trip messages as shown in the original post although sometimes with higher durations (couple hundred ms). This behaviour is observable in two clusters that are connected to Teleport (the only two joined so far during testing). |
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
-
Not sure if it was appropriate to create an issue instead of a discussion: #49622
I'm observing an interesting difference when connecting through Teleport with
tsh kube
andtsh proxy kube
when in conjunction with the k9s utility. Specifically, I get a lot ofcontext deadline exceeded
especially with thesubjectaccessreviews
call when going throughtsh kube login
and k9s often does not connect properly (even when increasing timeout). However, when usingtsh proxy kube
I do not have any such issue at all.I see logs like this in my teleport-agent and nothing appears awry but k9s reports context deadline exceeded:
I do not experience any issues with
kubectl
withtsh kube
. Is this an expected difference? I would not usually expect going through proxy and not to have any difference with tooling like k9s.Beta Was this translation helpful? Give feedback.
All reactions