fix download link

without comment on the article, addressing https://github.com/kubernetes/kubernetes/issues/96086 🙃
pull/24855/head
Benjamin Elder 2020-11-02 13:42:43 -08:00 committed by GitHub
parent dc5093f2f2
commit 674e1ee90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ And as sources are always important to mention, we will follow (partially) the h
```bash
# Download the latest version of KinD
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(uname)-amd64
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-linux-amd64
# Make the binary executable
chmod +x ./kind
# Move the binary to your executable path