Skip to content

Commit 31bb79f

Browse files
authored
Merge pull request #41307 from MaKraMc/patch-1
Update apt keyring installation
2 parents dda359f + b340608 commit 31bb79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ For more information on version skews, see:
157157
2. Download the Google Cloud public signing key:
158158

159159
```shell
160-
sudo curl -fsSLo /etc/apt/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
160+
curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
161161
```
162162

163163
3. Add the Kubernetes `apt` repository:
@@ -297,4 +297,4 @@ If you are running into difficulties with kubeadm, please consult our [troublesh
297297

298298
## {{% heading "whatsnext" %}}
299299

300-
* [Using kubeadm to Create a Cluster](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)
300+
* [Using kubeadm to Create a Cluster](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)

0 commit comments

Comments
 (0)