fix kind version in readme

This commit is contained in:
Benjamin Elder
2022-10-27 08:09:09 -07:00
parent 0c1688b02d
commit 3f99311bbd

View File

@@ -5,9 +5,9 @@
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.17+][go-supported]) and [docker] installed `go install sigs.k8s.io/kind@{{< stableVersion >}} && kind create cluster` is all you need!
If you have [go] \([1.17+][go-supported]) and [docker] installed `go install sigs.k8s.io/kind@v0.17.0 && kind create cluster` is all you need!
For older versions use `GO111MODULE="on" go get sigs.k8s.io/kind@{{< stableVersion >}}`.
For older versions use `GO111MODULE="on" go get sigs.k8s.io/kind@v0.17.0`.
![](site/static/images/kind-create-cluster.png)