Nick Santos
Nick Santos
Thanks for the reports, all. We found the upstream discussion that @alonbl pointed to helpful, in particular this one: https://github.com/microsoft/WSL/issues/6982 Our current hypothesis is that this is a WSL2 bug....
Thanks for the report! ya, poking around in the diagnostics @atticusmatticus posted at the top of the thread, I do see [vpnkit](https://github.com/moby/vpnkit) crashing a lot. We've gotten some reports of...
i think the issue @ackerthehacker2 is seeing is a very different issue, don't see any segfaults in your diagnostics, maybe file a new issue with repro steps and more details...
I believe --config defaults to ~/.docker, so that buildx is loaded from ~/.docker/cli-plugins. If you set --config=/tmp/docker, it will stop looking in ~/.docker/cli-plugins, and fall back to looking in the...
AFAIR -- the reason it behaves this way is because resource_deps only affect startup order. i.e., if you rebuild resource A, and it goes healthy, then it dies later, that...
this is a good guide to the problem and the current solution space - https://kind.sigs.k8s.io/docs/user/private-registries/ for my own projects, i usually use an image pull secret attached to the default...
heh, we have a rule around these parts where if you say it "should be fairly easy", that means you're signing up to implement it. : )
thanks for the contribution! high-level question - the docs say "Extra command line arguments passed to Kind CLI" -- but then you only pass arguments to `kind create`, not other...
ya, i'd be fine if it was `KindCreateExtraArguments`
hmmmm...i'm not sure how to resolve this. The problem is that kind v0.20.0 has deprecated containerd CRI mirrors, see https://github.com/kubernetes-sigs/kind/releases/tag/v0.20.0. It currently has a compatibility shim but it doesn't work...