docker - Kubernetes - kubectl exec bash - session drop and line width -
i'm having k8s cluster 3 minions, master , haproxy in front. when use
kubectl exec -p $pod -i -t -- bash -il for accessing bash in pod (it single container in case) in , after 5 mins dropped out of terminal. if reenter container can see old bash process running, new started new connection. there way prevent happening? when i'm using docker exec works fine , doesn't drop me guess kubernetes.
as bonus question - there way increase characters per line when using kubectl exec? truncated output different docker exec.
thanks in advance!
it known issue - https://github.com/kubernetes/kubernetes/issues/9180
the kubelet webserver times out.
Comments
Post a Comment