Ventsislav Georgiev
Ventsislav Georgiev
Sporadically the networking breaks. Sometimes even on existing images, the docker metadata check for new version of the tag fails. `colima stop && colima start` always fixes it.
Got the same error when using `brew install --HEAD colima`.
After more testing it seems to be an issue with telepresence v2.6 version: https://github.com/telepresenceio/telepresence/issues/2596
@abiosoft starting colima has the following error msg: ``` msg="[hostagent] failed to parse macOS version \"12.4\": 12.4 is not in dotted-tri format" ``` although its probably not related to the...
@abiosoft who can help with this issue regarding the `iptables` on M1, should we create issue for [lima-vm](https://github.com/lima-vm/lima)?
@abiosoft any progress or anything I can do to help?
FYI same issue in different projects: https://github.com/wojas/docker-mac-network/issues/16 https://github.com/nginxinc/nginx-service-mesh/issues/35
Getting the same issue sporadically. Here is the log from the daemon: ``` 2022-07-07 19:03:16.3628 info Telepresence daemon v2.6.8 (api v3) starting... 2022-07-07 19:03:16.3628 info PID is 99371 2022-07-07 19:03:16.3628...
Rebuilding the telepresence cli with CGO_ENABLED=0 seem to solve it.
In the case with a single container listening on multiple ports, running the intercept command more than once which in turn starts the same app locally twice is really inconvenient,...