In K8s, I am getting logged-out from the bash after 15 seconds, Is there any way to increase this ideal timeout.
Kite@xxx-qa-n01:/deployment$ time kubectl exec -ti elasticsearch-0 -n pprod -- bash
[elasticsearch@elasticsearch-0 ~]$
real 0m15.167s
user 0m0.108s
sys 0m0.057s
Kite@xxx-qa-n01:/deployment$