You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
kind is a tool for running local Kubernetes clusters using Docker container "nodes".
6
6
kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
7
7
8
-
If you have [go] 1.16+ and [docker], [podman] or [nerdctl] installed `go install sigs.k8s.io/kind@v0.27.0 && kind create cluster` is all you need!
8
+
If you have [go] 1.16+ and [docker], [podman] or [nerdctl] installed `go install sigs.k8s.io/kind@v0.28.0 && kind create cluster` is all you need!
9
9
10
10

11
11
@@ -23,7 +23,7 @@ kind bootstraps each "node" with [kubeadm][kubeadm]. For more details see [the d
23
23
24
24
For a complete [install guide] see [the documentation here][install guide].
25
25
26
-
You can install kind with `go install sigs.k8s.io/kind@v0.27.0`.
26
+
You can install kind with `go install sigs.k8s.io/kind@v0.28.0`.
27
27
28
28
**NOTE**: please use the latest go to do this. KIND is developed with the latest stable go, see [`.go-version`](./.go-version) for the exact version we're using.
0 commit comments