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

kubectl port-forward fails #170

Closed
ventsislav-georgiev opened this issue Feb 7, 2022 · 2 comments · Fixed by #174
Closed

kubectl port-forward fails #170

ventsislav-georgiev opened this issue Feb 7, 2022 · 2 comments · Fixed by #174
Labels
bug Something isn't working
Milestone

Comments

@ventsislav-georgiev
Copy link

It seems this issue is back: #5

unable to do port forwarding: socat not found

manual fix was:

colima ssh
sudo apk update
sudo apk add socat
@abiosoft abiosoft added the bug Something isn't working label Feb 7, 2022
@abiosoft
Copy link
Owner

abiosoft commented Feb 7, 2022

Hi, thanks for reporting this.

This is actually a known issue and will be fixed soonest. It was an oversight.

For now, the workaround suffices.

@abiosoft abiosoft added this to the v0.3.3 milestone Feb 9, 2022
@abiosoft
Copy link
Owner

This has been fixed already https://github.com/abiosoft/colima/releases/tag/v0.3.3-pre-02 and v0.3.3 will soon be released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants