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
@almereyda : There is a fix available, see pull-request #6 . You can clone my fork and simply 'make' to get the kubectl-multiforward binary. Hope it helps
In
kubectl-multiforward/forward/forward.go
Lines 115 to 116 in 1807ece
we see that
LocalPort
andServicePort
are both set to the same value ofPort
.Could it be possible to voluntarily support setting
LocalPort
andServicePort
individually, ifPort
is setThe text was updated successfully, but these errors were encountered: