Skip to content
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

How to created a cluster using Kind on Windows 10 #3272

Open
ssethuma1155 opened this issue Jun 14, 2023 · 3 comments
Open

How to created a cluster using Kind on Windows 10 #3272

ssethuma1155 opened this issue Jun 14, 2023 · 3 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@ssethuma1155
Copy link

When I run command "kind create cluster" getting the error below. I tried the same with some other images listed, but get the same error. This sounds like there is some setting missing. Any help appreciated. Thanks, Suren

PS C:\Windows\system32> kind create cluster
Creating cluster "kind" ...
• Ensuring node image (kindest/node:v1.27.1) 🖼 ...
✗ Ensuring node image (kindest/node:v1.27.1) 🖼
ERROR: failed to create cluster: failed to pull image "kindest/node:v1.27.1@sha256:b7d12ed662b873bd8510879c1846e87c7e676a79fefc93e17b2a52989d3ff42b": command "docker pull kindest/node:v1.27.1@sha256:b7d12ed662b873bd8510879c1846e87c7e676a79fefc93e17b2a52989d3ff42b" failed with error: exit status 1

Command Output: docker.io/kindest/node@sha256:b7d12ed662b873bd8510879c1846e87c7e676a79fefc93e17b2a52989d3ff42b: Pulling from kindest/node
no matching manifest for windows/amd64 10.0.19045 in the manifest list entries

@ssethuma1155 ssethuma1155 added the kind/support Categorizes issue or PR as a support question. label Jun 14, 2023
@stmcginnis
Copy link
Contributor

This looks a little different, but did you take a look at the information in the pinned issue for WSL2? #3180

@ssethuma1155
Copy link
Author

I took a look at that. On my Windows 10 box, there does not seem to be an option to check wsl version. 'wsl --version' is not supported.

@stmcginnis
Copy link
Contributor

Ah, now I see you are just running this from PowerShell. Kind needs a Linux environment, so you will need to enable WSL to use it.

https://learn.microsoft.com/en-us/windows/wsl/install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

2 participants