Skip to content

Commit 3325f2e

Browse files
authored
kubectl debian install guide
On a bare-metal Debian 12 clean install, gnupg is needed. Maybe it should be noted with prose
1 parent 839a202 commit 3325f2e

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)