Open dimaqq opened 5 months ago
Let me know how I can help with this, the issue is trivially reproducible... I think I saw that the SSH port is 0 in the logs?
@dimaqq I don't think this is your issue, but mine was that I was requesting too much memory.
Specifically I was passing --memory 8096
(copied from a previous minikube command) to colima. I think colima treats this as 8k GB of memory which very consistently would cause what looks like the same error. Changing to --memory 8
fixed the problem.
> [hostagent] Shutting down the host agent
> "[hostagent] failed to exit SSH master" error="failed to execute `ssh -O exit -p 59831 127.0.0.1`, out=\"Control socket connect(/Users/user/.colima/_lima/colima/ssh.sock): No such file or directory\\r\\n\": exit status 255"
> [hostagent] Shutting down QEMU with ACPI
> "[hostagent] failed to open the QMP socket \"/Users/user/.colima/_lima/colima/qmp.sock\", forcibly killing QEMU" error="dial unix /Users/user/.colima/_lima/colima/qmp.sock: connect: connection refused"
> [hostagent] QEMU has already exited
> exiting, status={Running:false Degraded:false Exiting:true Errors:[] SSHLocalPort:0} (hint: see "/Users/user/.colima/_lima/colima/ha.stderr.log")
TL;DR: Not a great error message, check if any of your parameters are messed up.
Description
Fails when using docker/moby runtime:
The last line in serial console log is
GRUB_FORCE_PARTUUID set, attempting initrdless boot.
(
/code
is my case-sensitive volume for source code that I intend to use)At the same time:
amd64/containerd
arm64/docker
Version
Operating System
Output of
colima status
No response
Reproduction Steps
1. 2. 3.
Expected behaviour
No response
Additional context
No response