We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15b943 commit 9319773Copy full SHA for 9319773
content/en/docs/tasks/tools/install-kubectl-linux.md
@@ -137,7 +137,7 @@ The following methods exist for installing kubectl on Linux:
137
138
```shell
139
curl -fsSL https://pkgs.k8s.io/core:/stable:/{{< param "version" >}}/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
140
- 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
141
```
142
143
3. Add the appropriate Kubernetes `apt` repository. If you want to use Kubernetes version different than {{< param "version" >}},
0 commit comments