Merge pull request #45814 from lorenzogrv/patch-1

kubectl debian install guide does not mention gnupg at all
This commit is contained in:
Kubernetes Prow Robot 2024-05-20 23:13:09 -07:00 committed by GitHub
commit 687230fa82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ The following methods exist for installing kubectl on Linux:
```shell
sudo apt-get update
# apt-transport-https may be a dummy package; if so, you can skip that package
sudo apt-get install -y apt-transport-https ca-certificates curl
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg
```
2. Download the public signing key for the Kubernetes package repositories. The same signing key is used for all repositories so you can disregard the version in the URL: