8000 site: update required Go version · kubernetes-sigs/kind@2140461 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2140461

Browse files
authored
site: update required Go version
1 parent 7f745f6 commit 2140461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: kind
66
[kind] is a tool for running local Kubernetes clusters using Docker container "nodes".
77
kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
88

9-
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!
9+
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!
1010

1111
<img src="images/kind-create-cluster.png" />
1212

0 commit comments

Comments
 (0)
0