Update content/en/docs/tasks/tools/install-kubectl-linux.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/44680/head
fbauzac 2024-03-13 15:17:26 +01:00 committed by GitHub
parent e15b943a5a
commit 9319773960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ The following methods exist for installing kubectl on Linux:
```shell
curl -fsSL https://pkgs.k8s.io/core:/stable:/{{< param "version" >}}/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
sudo chmod 644 /etc/apt/keyrings/kubernetes-apt-keyring.gpg # Needed so that _apt user can read it
sudo chmod 644 /etc/apt/keyrings/kubernetes-apt-keyring.gpg # allow unprivileged APT programs to read this keyring
```
3. Add the appropriate Kubernetes `apt` repository. If you want to use Kubernetes version different than {{< param "version" >}},