-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create cluster fails using rancher desktop, wsl2, moby engine - #3065
Comments
We automatically include This is an odd quirk we haven't seen before. I'm not sure what to make of it ... |
I agree. As soon as I'll have some time I'll open an issue at rancher desktop side and link this one. |
Thanks! It's possible we need to change kind to start setting This reminds me of #3003 |
Same here, i'm trying to create the kind cluster using rancher with moby in wsl 2 on windows. |
Seems to be rancher-sandbox/rancher-desktop#3239 |
Looks like we can track rancher-sandbox/rancher-desktop#3239, given this appears to be accepted as a bug with this specific docker distro, we'll follow the upstream bug but keep the bugs here for visibility. |
I'm going to close this as But link back here and the rancher-desktop upstream issue for context. |
What happened:
When running kind create cluster to create a k8s cluster, got the following error:
What you expected to happen:
Was expecting kind create cluster to successfully create a k8s cluster
How to reproduce it (as minimally and precisely as possible):
Run
kind create cluster
using WSL2 Ubuntu 22.04 with Rancher Desktop configured to Docker/Moby engine.The issue seems to be related to:
docker exec --privileged kind-control-plane cat /kind/version
that returns nothing.
Setting the interactive flag (-i) correctly returns the expected content:
$ docker exec -i --privileged kind-control-plane cat /kind/version v1.25.3
Environment:
Exported logs:
1487180432.zip
The text was updated successfully, but these errors were encountered: