Update GPG Key for kubectl install

pull/41366/head
Dipesh Rawat 2023-05-29 12:34:52 +01:00
parent de825a1863
commit c1c805f00c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ The following methods exist for installing kubectl on Linux:
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://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: