Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs - update kind version #585

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl

## Install Kind

> NOTE: This will install version `0.19.0` which was known to work with KNE at
> NOTE: This will install version `0.24.0` which was known to work with KNE at
> some point in time. You can instead install a newer version if you need new
> features or are having problems.

```bash
go install sigs.k8s.io/kind@v0.19.0
go install sigs.k8s.io/kind@v0.24.0
```

## Clone openconfig/kne GitHub repo
Expand Down