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
tsh ssh (and other commands like tsh ls) take a long time on large clusters.
For example, on a 4k node cluster with a local etcd instance as the backend and auth, proxy, node all running in the same process, tsh ssh can take over 6 seconds.
For a real world deployment where auth, proxy, node, and etcd all run on different machines, login can take over 12 seconds.
The text was updated successfully, but these errors were encountered:
tsh ssh
(and other commands liketsh ls
) take a long time on large clusters.For example, on a 4k node cluster with a local etcd instance as the backend and auth, proxy, node all running in the same process,
tsh ssh
can take over 6 seconds.For a real world deployment where auth, proxy, node, and etcd all run on different machines, login can take over 12 seconds.
The text was updated successfully, but these errors were encountered: