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

port forward fails in kind on windows 10 #1243

Closed
dzmitry-lahoda opened this issue Aug 29, 2021 · 5 comments
Closed

port forward fails in kind on windows 10 #1243

dzmitry-lahoda opened this issue Aug 29, 2021 · 5 comments
Labels
question Further information is requested

Comments

@dzmitry-lahoda
Copy link

can port forward with cli:

k8s [master ≡ +3 ~6 -8 !]> kubectl port-forward service/redis-standalone 6379:6379 --context=kind
Forwarding from 127.0.0.1:6379 -> 6379
Forwarding from [::1]:6379 -> 6379

via k9s on windows with kind it gives port parse error as OT-CONTAINER-KIT/redis-operator#141

@derailed derailed added the question Further information is requested label Sep 11, 2021
@derailed
Copy link
Owner

@dzmitry-lahoda Can you add more details here ie screen shots and log outputs? I use kind as well and have yet to see this issue so it might be something specific to that pod??

@dzmitry-lahoda
Copy link
Author

image

@derailed
Copy link
Owner

Tx @dzmitry-lahoda for the details! Looks like your sts pod does not expose any port directly so in the dialog do you set the container and local ports?

@dzmitry-lahoda
Copy link
Author

dzmitry-lahoda commented Sep 11, 2021

ah, got it. i am on windows terminal, so it not visible that i can input port. so it is ux bug there.

@derailed
Copy link
Owner

@dzmitry-lahoda - added placeholders for this in v0.25.0. Let's see if we're happier in ux land...

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

No branches or pull requests

2 participants