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, socat not found #78

Closed
steveperry-53 opened this issue Oct 3, 2016 · 1 comment
Closed

port-forward fails, socat not found #78

steveperry-53 opened this issue Oct 3, 2016 · 1 comment

Comments

@steveperry-53
Copy link

I followed all steps through the smoke test. I've tested several tasks/tutorials, and everything has been working. But when I tried a port forwarding exercise, I got this:

kubectl port-forward lobsters-2273945462-s4dr5 8080:3000
Forwarding from 127.0.0.1:8080 -> 3000
Forwarding from [::1]:8080 -> 3000
...
curl localhost:8080
...
E1003 15:41:30.093639 23963 portforward.go:327] an error occurred forwarding 8080 -> 3000: error forwarding port 3000 to pod lobsters-2273945462-s4dr5_default, uid : unable to do port forwarding: socat not found.

So I went to the worker node and installed socat.
Try again.
It works.

@kelseyhightower
Copy link
Owner

Lets get that installed.

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

2 participants