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
This should instead by based on the kubecontext hash (like we have in get_current_user_identity) so that different users sharing the same namespace should use the same SSH jump pod.
We may also need additionally handle keys and auth from different users on the same ssh jump pod.
The text was updated successfully, but these errors were encountered:
We currently create a SSH jump pod per user, even if all of them use the same namespace:
skypilot/sky/clouds/kubernetes.py
Line 31 in b1d8c9d
This should instead by based on the kubecontext hash (like we have in
get_current_user_identity
) so that different users sharing the same namespace should use the same SSH jump pod.We may also need additionally handle keys and auth from different users on the same ssh jump pod.
The text was updated successfully, but these errors were encountered: