Merge pull request #3896 from pellared/patch-1

site: update required Go version
This commit is contained in:
Kubernetes Prow Robot
2025-03-19 05:50:31 -07:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ title: kind
[kind] is a tool for running local Kubernetes clusters using Docker container "nodes".
kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
If you have [go] 1.16+ and [docker], [podman] or [nerdctl] installed `go install sigs.k8s.io/kind@{{< stableVersion >}} && kind create cluster` is all you need!
If you have [go] 1.17+ and [docker], [podman] or [nerdctl] installed `go install sigs.k8s.io/kind@{{< stableVersion >}} && kind create cluster` is all you need!
<img src="images/kind-create-cluster.png" />