Benjamin Elder

Results 1111 comments of Benjamin Elder

Other than `vendor/` I don't think the original post makes much sense with code like kuebadm going out of tree. etcd is not specified in tree by anything other than...

I would also note that in order to maintain a tool that brings up clusters you pretty much need the freedom to update dependencies at will. We do not force...

+1 @neolit123 @tpepper : > My primary point is we need a stronger definition of "project preferred defaults". We do have these sprinkled around the code. We do bring up...

The base image is now multi-arch by default including arm64 shipping in kind 0.9 (aim to release today), but the node image on top of that is a bit more...

I think long term that's the right, most powerful answer, xref: https://github.com/kubernetes/kubernetes/issues/88553 there's some discussion of removing it. I'd like pre-built multi-arch images in kind eventually, but constraints on the...

FTR https://github.com/aws-controllers-k8s/community/issues/138#issuecomment-693690826 happened, KIND has supported ARM64 OOTB for some time now. As I understand it the fixes we've written or merged into Kubernetes from other threads also now mean...

It appears to be specific to GKE (NOTE: had no involvement in this, just learned about it myself, I am not speaking for GKE here) https://github.com/kubernetes/kubernetes/issues/111813#issuecomment-1216008212 The APIs are still...

PRs welcome, the WSL2 docs are maintained through community contributions, we don't develop on windows and don't have CI #1529 /help /good-first-issue

Yes, the request is to document using kind without using docker desktop, on WSL2. I think we should keep this relatively short / lightweight, "how to install docker" is not...