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

Added socat to base linux node install to support kubectl port-forward #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akochnev
Copy link
Contributor

Without socat being installed, port-forward complains about it and doesn't work .

kubectl port-forward my-nginx-66869769bd-9sv4n 8888:80
Forwarding from 127.0.0.1:8888 -> 80
Handling connection for 8888
d0d5f2b6dee340230c8405c68e8398153902a41265f6490c6745df8bae1cb738, uid : unable to do port forwarding: socat not found.

Without socat being installed, port-forward complains about it and doesn't work .
```
kubectl port-forward my-nginx-66869769bd-9sv4n 8888:80
Forwarding from 127.0.0.1:8888 -> 80
Handling connection for 8888
d0d5f2b6dee340230c8405c68e8398153902a41265f6490c6745df8bae1cb738, uid : unable to do port forwarding: socat not found.
```
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

Successfully merging this pull request may close these issues.

1 participant