Fixed install command on index and readme.

This commit is contained in:
Kris Johnstone
2021-12-09 22:29:07 +10:00
parent 50c4dce467
commit 80b3021fc5
2 changed files with 6 additions and 2 deletions

View File

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