Skip to content

Commit

Permalink
Merge pull request #3376 from ste93cry/update-quick-start-installatio…
Browse files Browse the repository at this point in the history
…n-doc

Add installation instructions for `Scoop` and `Winget`
  • Loading branch information
k8s-ci-robot authored Jun 20, 2024
2 parents 7284cbc + ca9d450 commit ff9c7b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions site/content/docs/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,17 @@ On Windows via Chocolatey (https://chocolatey.org/packages/kind)
choco install kind
{{< /codeFromInline >}}

On Windows via Scoop (https://scoop.sh/#/apps?q=kind&id=faec311bb7c6b4a174169c8c02358c74a78a10c2)
{{< codeFromInline lang="powershell" >}}
scoop bucket add main
scoop install main/kind
{{< /codeFromInline >}}

On Windows via Winget (https://github.com/microsoft/winget-pkgs/tree/master/manifests/k/Kubernetes/kind)
{{< codeFromInline lang="powershell" >}}
winget install Kubernetes.kind
{{< /codeFromInline >}}

## Creating a Cluster

Creating a Kubernetes cluster is as simple as `kind create cluster`.
Expand Down

0 comments on commit ff9c7b5

Please sign in to comment.