Update apt keyring installation
parent
d48c5cfdfd
commit
cf11bcdf4a
|
@ -157,7 +157,7 @@ For more information on version skews, see:
|
||||||
2. Download the Google Cloud public signing key:
|
2. Download the Google Cloud public signing key:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo curl -fsSLo /etc/apt/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
|
sudo 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:
|
3. Add the Kubernetes `apt` repository:
|
||||||
|
@ -297,4 +297,4 @@ If you are running into difficulties with kubeadm, please consult our [troublesh
|
||||||
|
|
||||||
## {{% heading "whatsnext" %}}
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
* [Using kubeadm to Create a Cluster](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)
|
* [Using kubeadm to Create a Cluster](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)
|
||||||
|
|
Loading…
Reference in New Issue