Skip to content

Commit 368c15d

Browse files
authored
Merge pull request #42192 from ydFu/update-install-kubeadm-2
[zh] sync tools\kubeadm\install-kubeadm.md
2 parents 0d617d3 + 9f2539b commit 368c15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ For more information on version skews, see:
288288
2. 下载 Google Cloud 公开签名秘钥:
289289

290290
```shell
291-
curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
291+
curl -fsSL https://dl.k8s.io/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
292292
```
293293

294294
<!--

0 commit comments

Comments
 (0)