Skip to content

Commit

Permalink
Update apt keyring installation (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattTheCuber committed May 29, 2023
1 parent 6888eba commit a298380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`リポジトリを追加します:
Expand Down

0 comments on commit a298380

Please sign in to comment.