Skip to content

Commit

Permalink
Update install-kubeadm.md
Browse files Browse the repository at this point in the history
add gpg to firm key
  • Loading branch information
nuelgoz authored Oct 19, 2023
1 parent bd661f0 commit 864f934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ These instructions are for Kubernetes {{< skew currentVersion >}}.
```shell
sudo apt-get update
# apt-transport-https may be a dummy package; if so, you can skip that package
sudo apt-get install -y apt-transport-https ca-certificates curl
sudo apt-get install -y apt-transport-https ca-certificates curl gpg
```

2. Download the public signing key for the Kubernetes package repositories.
Expand Down

0 comments on commit 864f934

Please sign in to comment.