From a2b9c7879e2be8354315c40eceb4a6f0b029106e Mon Sep 17 00:00:00 2001 From: Pickacho <40912416+Pickacho@users.noreply.github.com> Date: Sat, 12 Feb 2022 15:56:02 +0200 Subject: [PATCH] Update 02-client-tools.md --- docs/02-client-tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index 94d93be..01e244c 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -90,7 +90,8 @@ sudo mv kubectl /usr/local/bin/ ### Linux ``` -wget https://storage.googleapis.com/kubernetes-release/release/v1.21.0/bin/linux/amd64/kubectl +curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" + ``` ```