-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow interactive command sessions in deis run
#98
Comments
Hey @jeroenvisser101, this is not yet slated as something for v2, however now that we are using k8s this should be relatively easier to implement compared to v1. |
@bacongobbler would proxying this locally to |
I don't think we can assume that the kubernetes api server is publicly accessible, which strikes out the idea of proxying to |
The run implementation currently works like that (create a runner pod, get the pod name, wait for it to finish, retrieve the logs, delete when done), however the limitations are still the same as deis/deis#117. The limitation being that WSGI cannot handle long-running request/responses such as a websocket. We need to effectively create a new component to handle the proxying between the pod and the client outside of the controller w/auth... same for |
any update on this? |
This issue was moved to teamhephy/workflow-cli#28 |
(from deis/deis#117 (comment))
This seems to be a longstanding issue but something that would be super nice for Workflow.
Is this planned yet for v2? I couldn't find any issues referencing it.
The text was updated successfully, but these errors were encountered: