kubernetes-sigs / kind

Kubernetes IN Docker - local clusters for testing Kubernetes
https://kind.sigs.k8s.io/
Apache License 2.0
13.29k stars 1.54k forks source link

KIND_EXPERIMENTAL_PROVIDER=nerdctl is not supported with kind v0.22.0 #3559

Closed hillbun closed 5 months ago

hillbun commented 5 months ago

kind version kind v0.22.0 go1.20.13 linux/amd64

export KIND_EXPERIMENTAL_PROVIDER=nerdctl kind create cluster --name kind-4 ignoring unknown value "nerdctl" for KIND_EXPERIMENTAL_PROVIDER

stmcginnis commented 5 months ago

That is correct, nerdctl is not supported in kind v0.22.0.

You will need to wait for the v0.23.0 release where nerdctl support is being added.

/close

k8s-ci-robot commented 5 months ago

@stmcginnis: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/kind/issues/3559#issuecomment-2017281609): >That is correct, nerdctl is not supported in kind v0.22.0. > >You will need to wait for the v0.23.0 release where [nerdctl support is being added](https://github.com/kubernetes-sigs/kind/pull/3429). > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
BenTheElder commented 5 months ago

Right, there are still PRs in flight to iron out nerdctl support, e.g. https://github.com/kubernetes-sigs/kind/pull/3557 just merged