You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment client allows to forward one port per run. As it takes control of tty it is not convenient. Let's do it like Kubernetes: kubectl port-forward TYPE/NAME [LOCAL_PORT:]REMOTE_PORT [...[LOCAL_PORT_N:]REMOTE_PORT_N] [options]
The text was updated successfully, but these errors were encountered:
At the moment client allows to forward one port per run. As it takes control of tty it is not convenient. Let's do it like Kubernetes:
kubectl port-forward TYPE/NAME [LOCAL_PORT:]REMOTE_PORT [...[LOCAL_PORT_N:]REMOTE_PORT_N] [options]
The text was updated successfully, but these errors were encountered: