Skip to content

Commit 864f934

Browse files
authored
Update install-kubeadm.md
add gpg to firm key
1 parent bd661f0 commit 864f934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ These instructions are for Kubernetes {{< skew currentVersion >}}.
175175
```shell
176176
sudo apt-get update
177177
# apt-transport-https may be a dummy package; if so, you can skip that package
178-
sudo apt-get install -y apt-transport-https ca-certificates curl
178+
sudo apt-get install -y apt-transport-https ca-certificates curl gpg
179179
```
180180

181181
2. Download the public signing key for the Kubernetes package repositories.

0 commit comments

Comments
 (0)