From 238bd8c4fa1639c627b7dbbf04161ebd357ca77d Mon Sep 17 00:00:00 2001 From: Nuno do Carmo Date: Tue, 12 Mar 2024 12:10:27 +0100 Subject: [PATCH] Added `winget` install method for Windows The KinD [winget package](https://github.com/microsoft/winget-pkgs/tree/master/manifests/k/Kubernetes/kind) has been created for v0.20.0 and updated since then by a community member. The latest version is 0.22.0. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d187ed9a0e..96124e7581 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ Move-Item .\kind-windows-amd64.exe c:\some-dir-in-your-PATH\kind.exe # OR via Chocolatey (https://chocolatey.org/packages/kind) choco install kind + +# OR via Winget (https://github.com/microsoft/winget-cli) +winget install Kubernetes.kind ``` To use kind, you will need to [install docker].