-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
Telepresence's new version v2.6.x doesn't work in colima #295
Comments
@ventsislav-georgiev can you upgrade to latest development version PS: you can always experiment with a separate profile e.g. |
Got the same error when using |
After more testing it seems to be an issue with telepresence v2.6 version: telepresenceio/telepresence#2596 |
Telepresence 2.6.x versions will use Telepresence 2.6.x runs fine with colima on my powerbook (amd64), but the exact same setup fails on my M1. |
Any reason why |
@abiosoft starting colima has the following error msg:
although its probably not related to the |
@ventsislav-georgiev it's a Lima issue that has been fixed lima-vm/lima#869 lima-vm/lima#868. I am not sure if the fix has been released yet, but you can |
@ventsislav-georgiev I am not sure it's a Lima issue, I am suspecting Alpine. |
@abiosoft any progress or anything I can do to help? |
Trying to get my hands on an M1 device, this should happen this week. |
There are a couple fairly easy ways to do this. MacStadium offers an open-source machine, https://www.macstadium.com/opensource - they've been providing one to DDEV that is used for tests. Also Scaleway has M1 machines that you only have to rent for 24 hours, fair price. https://www.scaleway.com/en/ |
FYI same issue in different projects: |
@rfay thanks for the suggestions, I successfully got a free open source machine from macStadium. |
This project https://github.com/telepresenceio/telepresence allows for a pod/deployment in the cluster to forward all traffic to instance running on localhost. It seems to do it using sidecar container with iptables config.
Since updating telepresence to v2.6.x it stopped working and its container gives the following error on startup:
I've tried one solution found from searching for the error.
Running
colima ssh
and then:But it didn't help.
Any clue what is causing this and how to fix it?
The text was updated successfully, but these errors were encountered: