mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
fix kind version in readme
This commit is contained in:
@@ -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`.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user