-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kay Yan <[email protected]> Co-authored-by: Sean McGinnis <[email protected]>
- Loading branch information
1 parent
7c3e01f
commit caa0643
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.16+ and [docker] or [podman] installed `go install sigs.k8s.io/[email protected] && kind create cluster` is all you need! | ||
If you have [go] 1.16+ and [docker], [podman] or [nerdctl] installed `go install sigs.k8s.io/[email protected] && kind create cluster` is all you need! | ||
|
||
![](site/static/images/kind-create-cluster.png) | ||
|
||
|
@@ -145,6 +145,7 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of | |
[go-supported]: https://golang.org/doc/devel/release.html#policy | ||
[docker]: https://www.docker.com/ | ||
[podman]: https://podman.io/ | ||
[nerdctl]: https://github.com/containerd/nerdctl | ||
[community page]: https://kubernetes.io/community/ | ||
[Kubernetes Code of Conduct]: code-of-conduct.md | ||
[Go Report Card Badge]: https://goreportcard.com/badge/sigs.k8s.io/kind | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters