Skip to content

Commit ae7edcc

Browse files
committed
[es] kubectl debian install guide does not mention gnupg at all
1 parent 97a0575 commit ae7edcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Existen los siguientes métodos para instalar kubectl en Linux:
128128
```shell
129129
sudo apt-get update
130130
# apt-transport-https may be a dummy package; if so, you can skip that package
131-
sudo apt-get install -y apt-transport-https ca-certificates curl
131+
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg
132132
```
133133

134134
2. Descarga la llave pública firmada para los repositorios de Kubernetes. La misma llave firmada es usada para todos los repositorios por lo que se puede obviar la versión en la URL:

0 commit comments

Comments
 (0)