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 in 0.6.x #869

Closed
1 of 5 tasks
ventsislav-georgiev opened this issue Nov 15, 2023 · 2 comments
Closed
1 of 5 tasks

kubectl port-forward fails in 0.6.x #869

ventsislav-georgiev opened this issue Nov 15, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ventsislav-georgiev
Copy link

ventsislav-georgiev commented Nov 15, 2023

Description

Same as before: #170
It seems the new ubuntu image doesn't have socat.

Here is the repro:
image

Version

v0.6.1

Operating System

  • macOS Intel <= 13 (Ventura)
  • macOS Intel >= 14 (Sonoma)
  • Apple Silicon <= 13 (Ventura)
  • Apple Silicon >= 14 (Sonoma)
  • Linux
@abiosoft abiosoft added the bug Something isn't working label Nov 15, 2023
@abiosoft
Copy link
Owner

In the meantime, you can install socat manually.

colima ssh -- sudo apt install -y socat

@abiosoft
Copy link
Owner

Can you try with the current development version?

brew install --HEAD colima

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

No branches or pull requests

2 participants