Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to independently declare LocalPort and ServicePort #5

Open
almereyda opened this issue Sep 2, 2022 · 3 comments
Open

Allow to independently declare LocalPort and ServicePort #5

almereyda opened this issue Sep 2, 2022 · 3 comments

Comments

@almereyda
Copy link

almereyda commented Sep 2, 2022

In

LocalPort: m.Port,
ServicePort: m.Port,

we see that LocalPort and ServicePort are both set to the same value of Port.

Could it be possible to voluntarily support setting LocalPort and ServicePort individually, if

  1. no Port is set
  2. and both keys are present?
@ledroide
Copy link
Contributor

@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

@njnygaard
Copy link
Owner

Sorry for the delay folks!
I've make a new issue for myself that I will have to handle on a different laptop: #7

I'll try to get that out there for ya'll.

@almereyda
Copy link
Author

@ledroide Thank you for picking this up.

@njnygaard Looking forward to the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants