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
Make sure the port forwarding protocol is always lowercase
The ServicePort.Protocol is always uppercase, e.g. "TCP", but the
api.IPPort.protocol is always lowercase, i.e. "tcp".
Since UDP support was added in #2411 the hostagent filters on the
protocol values.
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments