If you run the following
kubectl exec -it <pod> bash
# exit
it will hang instead of returning control to the user in the shell. This is due to various changes to how go-dockerclient handles attach and exec.
I am working on a fix and will have a PR soon.
If you run the following
it will hang instead of returning control to the user in the shell. This is due to various changes to how go-dockerclient handles attach and exec.
I am working on a fix and will have a PR soon.