mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
s/v0.7.0/v0.8.0 in docs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
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.7.0 && kind create cluster` is all you need!
|
||||
If you have [go] ([1.11+][go-supported]) and [docker] installed `GO111MODULE="on" go get sigs.k8s.io/kind@v0.8.0 && kind create cluster` is all you need!
|
||||
|
||||

|
||||
|
||||
@@ -21,7 +21,7 @@ kind bootstraps each "node" with [kubeadm][kubeadm]. For more details see [the d
|
||||
|
||||
## Installation and usage
|
||||
|
||||
You can install kind with `GO111MODULE="on" go get sigs.k8s.io/kind@v0.7.0`.
|
||||
You can install kind with `GO111MODULE="on" go get sigs.k8s.io/kind@v0.8.0`.
|
||||
|
||||
**NOTE**: please use the latest go to do this, ideally go 1.13 or greater.
|
||||
|
||||
@@ -40,7 +40,7 @@ into your `$PATH`:
|
||||
On Mac & Linux:
|
||||
|
||||
```console
|
||||
curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.7.0/kind-$(uname)-amd64"
|
||||
curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.8.0/kind-$(uname)-amd64"
|
||||
chmod +x ./kind
|
||||
mv ./kind /some-dir-in-your-PATH/kind
|
||||
```
|
||||
@@ -54,7 +54,7 @@ brew install kind
|
||||
On Windows:
|
||||
|
||||
```powershell
|
||||
curl.exe -Lo kind-windows-amd64.exe https://kind.sigs.k8s.io/dl/v0.7.0/kind-windows-amd64
|
||||
curl.exe -Lo kind-windows-amd64.exe https://kind.sigs.k8s.io/dl/v0.8.0/kind-windows-amd64
|
||||
Move-Item .\kind-windows-amd64.exe c:\some-dir-in-your-PATH\kind.exe
|
||||
|
||||
# OR via Chocolatey (https://chocolatey.org/packages/kind)
|
||||
|
||||
Reference in New Issue
Block a user