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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Kartik Sharma 2022-11-29 08:58:48 +05:30 committed by GitHub
parent c9e28dc0b9
commit 9e552abc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ For example, to download version {{< param "fullversion" >}} on Linux, type:
sudo apt-get install -y kubectl
```
{{< note >}}
In releases older than Debian 12 and Ubuntu 22.04, /etc/apt/keyrings does not exist by default.
In releases older than Debian 12 and Ubuntu 22.04, `/etc/apt/keyrings` does not exist by default.
You can create this directory if you need to, making it world-readable but writeable only by admins.
{{< /note >}}
{{% /tab %}}