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
{{ message }}
This repository was archived by the owner on Nov 23, 2020. It is now read-only.
AsyncSSH seems to already support this on the protocol level. Perhaps all it takes is an SFTPServer subclass that overrides all the file operations as appropriate kubectl exec calls into the user pod? That would probably be quite slow, with every operation spawning a new process, but it might do in a pinch.
AsyncSSH seems to already support this on the protocol level. Perhaps all it takes is an SFTPServer subclass that overrides all the file operations as appropriate
kubectl execcalls into the user pod? That would probably be quite slow, with every operation spawning a new process, but it might do in a pinch.