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 9319773 commit d798896Copy full SHA for d798896
content/en/docs/tasks/tools/install-kubectl-linux.md
@@ -146,7 +146,7 @@ The following methods exist for installing kubectl on Linux:
146
```shell
147
# This overwrites any existing configuration in /etc/apt/sources.list.d/kubernetes.list
148
echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/{{< param "version" >}}/deb/ /' | sudo tee /etc/apt/sources.list.d/kubernetes.list
149
- sudo chmod 644 /etc/apt/sources.list.d/kubernetes.list # Needed so that command-not-found works correctly
+ sudo chmod 644 /etc/apt/sources.list.d/kubernetes.list # helps tools such as command-not-found to work correctly
150
```
151
152
{{< note >}}
0 commit comments