Skip to content

Commit 06f22a2

Browse files
authored
Merge pull request #24855 from BenTheElder/patch-1
fix kind download link
2 parents afa5196 + 674e1ee commit 06f22a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ And as sources are always important to mention, we will follow (partially) the h
153153

154154
```bash
155155
# Download the latest version of KinD
156-
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(uname)-amd64
156+
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-linux-amd64
157157
# Make the binary executable
158158
chmod +x ./kind
159159
# Move the binary to your executable path

0 commit comments

Comments
 (0)