-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
Problems creating x86_64
on aarch64
#79
Comments
FYI, with 519a372 and everything else the same as above: colima start --arch x86_64 --cpu 2 --memory 8 ~
INFO[0000] starting colima
INFO[0000] creating and starting ... context=vm
INFO[0312] provisioning ... context=docker
INFO[0312] provisioning in VM ... context=docker
INFO[0540] restarting VM to complete setup ... context=docker
INFO[0541] stopping ... context=vm
INFO[0563] starting ... context=vm
INFO[0799] starting ... context=docker
INFO[0847] done |
@dhess there are major changes in the underlying linux distro. You would need to delete your existing instance and start afresh. i.e. This would be part of the release notes for the next version. Thanks. |
FYI, all of those |
@dhess running cross-architecture with Do you experience same behaviour with Docker and Containerd runtime (without kubernetes)? |
519a372 works fine with plain Docker and 57469b9 doesn't work at all with plain Docker and I haven't tested containerd. |
@dhess a fix has been pushed to Thanks. |
Thanks! I'll try this out in the next day or two. |
On colima start --with-kubernetes --arch x86_64 --cpu 2 --memory 8 ~/git/hackworth-k8s-test
INFO[0000] starting colima
INFO[0000] creating and starting ... context=vm
INFO[0090] provisioning ... context=docker
INFO[0090] restarting VM to complete setup ... context=docker
INFO[0090] stopping ... context=vm
INFO[0101] starting ... context=vm
INFO[0180] starting ... context=docker
> command-line line 0: Unsupported option "gssapiauthentication"
> Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
WARN[0187] could not enable multi-arch images: exit status 1 context=docker
> command-line line 0: Unsupported option "gssapiauthentication"
> docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
> See 'docker run --help'.
WARN[0189] could not enable multi-arch images: exit status 125 context=docker
> command-line line 0: Unsupported option "gssapiauthentication"
> Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
WARN[0192] could not clear image cache for multi-arch images: exit status 1 context=docker
INFO[0193] downloading and installing ... context=kubernetes
INFO[0249] loading oci images ... context=kubernetes
INFO[0327] starting ... context=kubernetes
INFO[0334] updating config ... context=kubernetes
FATA[0334] error starting kubernetes: error at 'updating config': error fetching kubeconfig on guest: exit status 1 However, the non-Kubernetes |
Thanks, that suffices. cross-architecture is not expected to work with |
Hi, thanks for colima! I've been using it for a month or so with Nix on an M1 Mac: https://github.com/hackworthltd/hacknix/blob/main/nix/pkgs/colima/default.nix
It's been working great with 519a372, both for
aarch64
andx86_64
images.Today I bumped to 57469b9, and now I get this:
Oddly, I get similar warnings without Kubernetes support, but it does create an x86_64 image:
Edit #1
Now, after running the previous command, deleting the cluster, and then trying again with Kubernetes, I get this:
I can't reproduce the original error anymore.
FYI, I'm not running Docker, and the versions that I'm using are as follows:
The text was updated successfully, but these errors were encountered: