kube-forwarder icon indicating copy to clipboard operation
kube-forwarder copied to clipboard

[Enhancement-request] Add infinite retry to avoid connection drops

Open gaurav9822 opened this issue 4 years ago • 0 comments

For instance, this is done manually with the following command

while true;do kubectl port-forward <pod> 8080:8080; done;

gaurav9822 avatar Jul 30 '21 09:07 gaurav9822