Waldek Herka

Results 15 comments of Waldek Herka

@BenTheElder : you are right - this has nothing to do with kind per se. In fact it goes even deeper than podman. I had a little go at it...

> Also possible `ctr image import` doesnt support OCI yet ... [#2760 (comment)](https://github.com/kubernetes-sigs/kind/issues/2760#issuecomment-1125243694) This issue is a bit old, so my comment may not be relevant. This is a standard...

@t-cas : I've changed the existing PR in order to focus on the Issue #235 for now. It is a rather simple change and pretty safe to merge. The second...

> as this change is fully backward compatible you should not even have to updates the tests with new flag, could you revert your changes in the test file to...

@bradhvr thank you for reporting this behaviour! We'll verify it on our side and will keep you posted in regards to a possible fix.

@xiaofan-linux : you are referring to `--config ./config.yml` - any chance of attaching the content of `config.yml` please? It may help these who will try to reproduce the problem during...

@aojea : FYI - I believe it's linked with https://github.com/containers/netavark/issues/439. However, I'd say it may have more to do with podman than Kind. Just to be clear: the problem does...

It looks like it's down to ipv6 disabled in fedora 36 by default. Please see https://github.com/containers/netavark/issues/439 I believe this aspect is already documented https://kind.sigs.k8s.io/docs/user/configuration/#networking However, there is one remaining problem...

> The network is shared between clusters. Dual stack is opportunistically enabled. It is not based on a cluster's IPFamily which affects the cluster internals not the "node" network. I...

> hmm per your comment [containers/netavark#439 (comment)](https://github.com/containers/netavark/issues/439) > > why this is not working? > > https://github.com/kubernetes-sigs/kind/blob/c6b929bd797afecc2cbcc4d5425c614e6a68f495/pkg/cluster/internal/providers/podman/provision.go#L143 > > it looks like a podman bug Yep, I'd say so. For...