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
Hi guys, I deployed two teleport cluster in my K8s cluster, and use teafik with tls route to export them, when I access them in browser, it all works great.
But when I use tsh login to access them, one of teleport cluster is work, but another one will return transport: authentication handshake failed: context deadline exceeded
I think the reason maybe is I set hostnames: '*.teleport.cluster.local' both of two teleport cluster TLS route, but if I delete this hostname, I event can't use tsh login to access anyone, and teleport.cluster.local looks is a golang constants in teleport's code, so I can't change it.
The follow is my TLSRoute, how can I access both teleport cluster by tsh login ?
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
-
Hi guys, I deployed two teleport cluster in my K8s cluster, and use teafik with tls route to export them, when I access them in browser, it all works great.
But when I use
tsh login
to access them, one of teleport cluster is work, but another one will returntransport: authentication handshake failed: context deadline exceeded
I think the reason maybe is I set
hostnames: '*.teleport.cluster.local'
both of two teleport cluster TLS route, but if I delete this hostname, I event can't usetsh login
to access anyone, andteleport.cluster.local
looks is a golang constants in teleport's code, so I can't change it.The follow is my TLSRoute, how can I access both teleport cluster by
tsh login
?One of the TLSRoute
Another one of the TLSRoute
Beta Was this translation helpful? Give feedback.
All reactions