Sean P. Kane

Results 73 comments of Sean P. Kane

Thanks @bryantbiggs . I was actually aware of the underlying terraform issue, but am glad to see that it is starting to get some movement. What I was really wondering,...

I generally agree. It might not be a bug, per se, but like the underlying ticket, this behavior should likely be documented. The specific issue here is that normal terraform...

I do not have anything else in the override file. As a matter of fact, I completely removed my `lima` and `colima` installs and started from scratch while I was...

I am a bit confused with the solution that you are recommending, only because this ticket is about the fact the `colima` generates an error during startup in this situation....

Yes. It works when the network override is commented out. That additional info is helpful. Thanks. Adding `--network-address` seems to have resolved the error, although I see *INFO[0000] dependencies missing...

I am not on a VPN or using docker with `colima`, but I see a similar issue: I get a DNS related error on my first build with `nerdctl` via...

This is a good overview of DNS issues in Alpine and might be at the core of some of these DNS issues: https://support.cloudbees.com/hc/en-us/articles/360040999471-UnknownHostException-caused-by-DNS-Resolution-issue-with-Alpine-Images Their main fix was to migrate to...

There are details about this here: https://wiki.musl-libc.org/functional-differences-from-glibc.html#Name-Resolver/DNS

I am also still seeing issues with the use case that I reported in https://github.com/abiosoft/colima/issues/137#issuecomment-1018721366 The first time I run something like: `nerdctl build --namespace k8s.io --platform linux/amd64 -t test/test:local...