Benjamin Elder
Benjamin Elder
I think we should prefer to document only that it is an option and link to external documentation. We should not personally maintain "how to install docker on WSL2" ourselves,...
~I think any such note at the end of cluster creation would quickly grow out of hand and should live in the docs instead.~ Edit: Actually if it were only...
This works as expected in all our CI environments, locally, and in https://github.com/kubernetes-sigs/kind/issues/2868#issuecomment-1211253886 Other than maybe revamping the versioning scheme, I think this should be our last fix for v0.15.0...
PV block test flake /retest
> We had to move pkg/{build/nodeimage => }/internal/container/docker package. We couldn't access the Pull() function in the .../nodeimage/internal/container/docker package due to Go internal package access limitations. How should we proceed...
This is stale because it was filed without following the contributor guide, we require feature design discussion up front, at this point we're highly focused on keeping kind reliable. based...
This feature needs an agreed design, let's continue on https://github.com/kubernetes-sigs/kind/issues/2424 first. https://kind.sigs.k8s.io/docs/contributing/getting-started/ Thanks for the contribution anyhow.
This one is tricky, how do we actually know when an image should be removed? If I have long running tests and I side-load the images, how do I ensure...
Kubernetes has imageGC but it's tied to how much disk is left and not particularly sophisticated (basically evict pods when disk is low and evict images not used by pods)....
This problem is specific to long lived kind clusters that load / pull lots of images.