Skip to content
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

Colima daemon does not find volumes with --mount-inotify and --runtime containerd #1153

Open
flokain opened this issue Oct 3, 2024 · 1 comment

Comments

@flokain
Copy link

flokain commented Oct 3, 2024

There is a bug with nerdctl where nerdctl inspect .... returns invalid json in form of [{container1}][{container2}]... instead of [{container1},{container2}] its addressed in this bugissue on nerdctl containerd/nerdctl#3006

By the way this requires nerdctl 2.0 which is not shipped with k3s versions at the moment and the nerdctl 1.7.6. version they use doesnt have a backported fix for containerd/nerdctl#2939

colima status -p devenv
INFO[0000] colima [profile=devenv] is running using macOS Virtualization.Framework 
INFO[0000] arch: aarch64                                
INFO[0000] runtime: containerd                          
INFO[0000] mountType: virtiofs                          
INFO[0000] address: 192.168.106.3                       
INFO[0000] kubernetes: enabled

I have verified that with those two fixes the deamon works as expected.

@abiosoft
Copy link
Owner

abiosoft commented Oct 4, 2024

Yeah, I am avoiding updating nerdctl to v2.0 before it's stable release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@abiosoft @flokain and others