kube-forwarder
kube-forwarder copied to clipboard
[Enhancement-request] Add infinite retry to avoid connection drops
For instance, this is done manually with the following command
while true;do kubectl port-forward <pod> 8080:8080; done;