MadsRC

Results 18 comments of MadsRC
trafficstars

I am experiencing a nearly identical issue - My only difference is that the libvirtd host is running Debian 11 and the guest tries to start from an image whose...

I've been having this problem for some time and finally realised what was wrong. Now, this was on my system, so the solution might not work for you... For me,...

Great, I'll experiment a bit with it and come up with a MVP in a PR ;)

It seems like it wouldn't be too much trouble implementing it. The only issue I'm having with it is that I can't get the upstream acceptance tests to run successfully...

I think this is related to [issue 1977](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1977). Do you happen to run an "older" version of terraform-aws-eks? The reason I'm asking, and the reason I thing it's related to...

I just ran into this while debugging an issue during redeployment of a cluster. I'm not sure exactly how it happened, but we ended up in a state where the...

I'm getting the same on an M1 Macbook. Only change I made to the config was setting memory to 8, vmType to vz and mountType to virtiofs. Running `colima delete...

Thank you for the tip @skirsdeda ! Can confirm that running `colima delete` and then starting colima with the new settings (vmType: vz and mountType: virtiofs) after having previously had...

I've been running into similar issues, just on x86 - I solved it by adding more CPU, memory and disk space for the VM running colima

I ran into this issue on a setup similar to the original poster. @godart, I tried your fix, but I kept running into this issue: ``` 2024/05/04 21:42:45 github.com/testcontainers/testcontainers-go -...