Description
Description
After upgrading from 0.7.0 to 0.7.1 I noticed that I could not login to my home gitlab registry. I host gitlab in a kubernetes cluster on my home network. The subnet of my home net is 10.0.2.0/24. My mac is on 10.0.2.99, and the k8s system is in that subnet. When I try to login I get "connection refused". So if I ssh into that colima instance, I can try using curl, and it works outside of my net, but to anything inside my subnet, I get "connection refused". I even tried using curl and telnet to various services on my subnet and they all refuse connection. I manually downgraded to 0.7.0, and then all is well.
Version
This is downgraded:
colima version v0.7.0
git commit: 4b14e8a
runtime: docker
arch: aarch64
client: v27.1.1
server: v27.1.1
limactl version 0.22.0
qemu-img version 9.0.2
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
When I use brew for colima to 0.7.1, then it fails.
Operating System
- macOS Intel <= 13 (Ventura)
- macOS Intel >= 14 (Sonoma)
- Apple Silicon <= 13 (Ventura)
- Apple Silicon >= 14 (Sonoma)
- Linux
Output of colima status
INFO[0000] colima is running using QEMU
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: sshfs
INFO[0000] socket: unix:///Users/rgarcia/.colima/default/docker.sock
Reproduction Steps
- Use 0.7.1
- ssh into colima and curl something on the local subnet.
Expected behaviour
successful connection, like with 0.7.0
Additional context
No response