From 674e1ee90f60b02358c39bc6606c734ef67c7b36 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Mon, 2 Nov 2020 13:42:43 -0800 Subject: [PATCH] fix download link without comment on the article, addressing https://github.com/kubernetes/kubernetes/issues/96086 :upside_down_face: --- content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md b/content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md index 42b6a3c5a0..0a84075aaf 100644 --- a/content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md +++ b/content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md @@ -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