Skip to content

Commit

Permalink
Merge pull request #41375 from MattTheCuber/zh-cn
Browse files Browse the repository at this point in the history
Update apt keyring installation (Chinese)
  • Loading branch information
k8s-ci-robot authored May 30, 2023
2 parents 2a53c54 + 389b842 commit e483d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ For more information on version skews, see:
2. 下载 Google Cloud 公开签名秘钥:

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

<!--
Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/docs/tasks/tools/install-kubectl-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Or use this for detailed view of version:
2. 下载 Google Cloud 公开签名秘钥:

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

<!--
Expand Down

0 comments on commit e483d95

Please sign in to comment.