Skip to content

Commit 687230f

Browse files
authored
Merge pull request #45814 from lorenzogrv/patch-1
kubectl debian install guide does not mention gnupg at all
2 parents 1a4e8d4 + 3325f2e commit 687230f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The following methods exist for installing kubectl on Linux:
130130
```shell
131131
sudo apt-get update
132132
# apt-transport-https may be a dummy package; if so, you can skip that package
133-
sudo apt-get install -y apt-transport-https ca-certificates curl
133+
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg
134134
```
135135

136136
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:

0 commit comments

Comments
 (0)