You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and tsh proxy kube when in conjunction with the k9s utility. Specifically, I get a lot of context deadline exceeded especially with the subjectaccessreviews call when going through tsh kube login and k9s often does not connect properly (even when increasing timeout). However, when using tsh 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:
2024-12-12T08:41:14Z INFO [KUBERNETE] Round trip: POST https://100.64.0.1:443/apis/authorization.k8s.io/v1/selfsubjectaccessreviews, code: 201, duration: 42.182415ms tls:version: 304, tls:resume:false, tls:csuite:1301, tls:server:kube-teleport-proxy-alpn.teleport.cluster.local pid:7.1 reverseproxy/reverse_proxy.go:223
I do not experience any issues with kubectl with tsh kube. Is this an expected difference? I would not usually expect going through proxy and not to have any difference with tooling like k9s.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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