Skip to content
Closed
Changes from 1 commit
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
Next Next commit
fix docs
  • Loading branch information
shintaoku committed Apr 23, 2022
commit cd7ef92753fc66712dd86eb495bd0b9e9c6519ad
4 changes: 2 additions & 2 deletions docs/book/src/reference/envtest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ although it does require `bash` to run.

If you would like to download the tarball containing these binaries,
to use in a disconnected environment for example,
run the following (Kubernetes version 1.21.2 is an example version):
run the following (Kubernetes version 1.21.3 is an example version):

```sh
export K8S_VERSION=1.21.2
export K8S_VERSION=1.21.3
curl -sSLo envtest-bins.tar.gz "https://go.kubebuilder.io/test-tools/${K8S_VERSION}/$(go env GOOS)/$(go env GOARCH)"
```

Expand Down