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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/41307/head
Marco Kraft 2023-05-24 17:38:25 +02:00 committed by GitHub
parent cf11bcdf4a
commit b340608cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ For more information on version skews, see:
2. Download the Google Cloud public signing key:
```shell
sudo curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
```
3. Add the Kubernetes `apt` repository: