Skip to content
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

oc exec / rsh hangs for a long time on exit #4445

Closed
rhcarvalho opened this issue Sep 1, 2015 · 2 comments · Fixed by #4535
Closed

oc exec / rsh hangs for a long time on exit #4445

rhcarvalho opened this issue Sep 1, 2015 · 2 comments · Fixed by #4535
Assignees
Labels
component/cli component/kubernetes kind/bug Categorizes issue or PR as related to a bug. priority/P1

Comments

@rhcarvalho
Copy link
Contributor

After exiting an interactive shell session in a pod, the terminal hangs for several seconds before I can type anything back in the host.

[vagrant@openshiftdev origin]$ oc get pods
NAME            READY     STATUS    RESTARTS   AGE
mysql-3-9zgou   1/1       Running   0          3m
[vagrant@openshiftdev origin]$ time oc rsh mysql-3-9zgou
bash-4.2$ exit
real    0m29.163s
user    0m0.431s
sys     0m0.110s

Same for other pods, e.g., docker-registry.

(@mfojtik FYI)

@mfojtik
Copy link
Member

mfojtik commented Sep 1, 2015

CC @ncdc

I experiencing the same... After I exit from the /bin/bash session (oc exec -it foo /bin/bash) the terminal hangs for couple seconds.

@liggitt
Copy link
Contributor

liggitt commented Sep 1, 2015

known issue tracked in kubernetes/kubernetes#13395 and being worked on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/cli component/kubernetes kind/bug Categorizes issue or PR as related to a bug. priority/P1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants