We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd661f0 commit 864f934Copy full SHA for 864f934
content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -175,7 +175,7 @@ These instructions are for Kubernetes {{< skew currentVersion >}}.
175
```shell
176
sudo apt-get update
177
# 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
+ sudo apt-get install -y apt-transport-https ca-certificates curl gpg
179
```
180
181
2. Download the public signing key for the Kubernetes package repositories.
0 commit comments