It seems like the kubelet isn't running or healthy error on WSL2 without Docker Desktop #2479
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/duplicate
Indicates an issue is a duplicate of other open issue.
As you may know the licensing for Docker Desktop changed recently.
Thus I am attempting to run local clusters without Docker Desktop.
I have installed Docker itself using the following guide (without adding the socket or shared directory as I do not want to use windows containers so this seemed unnecessary): https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9. Now
dockerd
is running anddocker run hello-world
works wellKubectl
is also installed, version 1.22.Kind is installed using
GO111MODULE="on" go get sigs.k8s.io/[email protected]
However creation of first cluster fails.
Did I miss something?
Click to see console output for `kind cluster create`
The text was updated successfully, but these errors were encountered: