Update apt keyring installation (Japanese)

pull/41376/head
MattTheCuber 2023-05-29 16:37:01 -04:00
parent 6888eba5e6
commit a298380493
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ kubeadmは`kubelet`や`kubectl`をインストールまたは管理**しない**
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
```
3. Kubernetesの`apt`リポジトリを追加します: