Update apt repo GPG key URL

pull/42156/head
Marcelo Giles 2023-07-23 22:03:03 -07:00
parent 2480b1a72d
commit 70266d5f79
No known key found for this signature in database
GPG Key ID: F79A638016E48DFE
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
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://dl.k8s.io/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
```
3. Add the Kubernetes `apt` repository: