Description
When using a profile per the attached details where Kubernetes is provided along as an argument I have some port fluttering making it impossible to use Kubernetes.
This might perhaps be related to: #1339 #1279
It is cyling through the following outputs:
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
Error from server (ServiceUnavailable): apiserver not ready
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
The connection to the server 192.168.64.2:58699 was refused - did you specify the right host or port?
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
Error from server (ServiceUnavailable): starting
To sometimes giving back a response. When doing an netcat on the host and port:
% while true; do nc -z 192.168.64.2 58699 && echo OK || echo FAIL; sleep 1; done
FAIL
Connection to 192.168.64.2 port 58699 [tcp/*] succeeded!
OK
Connection to 192.168.64.2 port 58699 [tcp/*] succeeded!
OK
Connection to 192.168.64.2 port 58699 [tcp/*] succeeded!
OK
FAIL
FAIL
FAIL
Connection to 192.168.64.2 port 58699 [tcp/*] succeeded!
OK
Connection to 192.168.64.2 port 58699 [tcp/*] succeeded!
OK
Connection to 192.168.64.2 port 58699 [tcp/*] succeeded!
OK
you can tell it sometimes is fine, but (though not visible from this snippet) more often than not it fails.
I've tried some several suggested solutions:
- Setting the server to localhost or
127.0.0.1
- Adding the
--network-address argument
- Using different virtualizations (with and without the
--vz argument)
However none of it seems to make it stable in such a way that it can be used. Based of earlier issues it also seems as though it's primarily an issue on M1, I would find that strange, but that's coming up from the issues a bit.
Version
colima version 0.10.3
git commit: 00f6c29
runtime: docker
arch: aarch64
client: v29.5.3
server: v29.5.2
limactl version 2.1.2
qemu-img version 11.0.1
Copyright (c) 2003-2026 Fabrice Bellard and the QEMU Project developers
Operating System
Output of colima status
INFO[0000] colima [profile=arm] is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: virtiofs
INFO[0000] address: 192.168.64.2
INFO[0000] docker socket: unix:///Users/REDACTED/.colima/arm/docker.sock
INFO[0000] containerd socket: unix:///Users/REDACTED/.colima/arm/containerd.sock
INFO[0000] kubernetes: enabled
Reproduction Steps
- This is where it's tricky, because a colleague with similar setup has no issues, only difference is the chip (M2)
Expected behaviour
The k8s setup is available stable and each command (kubectl cluster-info) and netcat returns the same response.
Additional context
No response
Description
When using a profile per the attached details where Kubernetes is provided along as an argument I have some port fluttering making it impossible to use Kubernetes.
This might perhaps be related to: #1339 #1279
It is cyling through the following outputs:
To sometimes giving back a response. When doing an netcat on the host and port:
you can tell it sometimes is fine, but (though not visible from this snippet) more often than not it fails.
I've tried some several suggested solutions:
127.0.0.1--network-addressargument--vzargument)However none of it seems to make it stable in such a way that it can be used. Based of earlier issues it also seems as though it's primarily an issue on M1, I would find that strange, but that's coming up from the issues a bit.
Version
colima version 0.10.3
git commit: 00f6c29
runtime: docker
arch: aarch64
client: v29.5.3
server: v29.5.2
limactl version 2.1.2
qemu-img version 11.0.1
Copyright (c) 2003-2026 Fabrice Bellard and the QEMU Project developers
Operating System
Output of
colima statusReproduction Steps
Expected behaviour
The k8s setup is available stable and each command (
kubectl cluster-info) and netcat returns the same response.Additional context
No response