We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6888eba commit a298380Copy full SHA for a298380
content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -132,7 +132,7 @@ kubeadmは`kubelet`や`kubectl`をインストールまたは管理**しない**
132
2. Google Cloudの公開鍵をダウンロードします:
133
134
```shell
135
- 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
136
```
137
138
3. Kubernetesの`apt`リポジトリを追加します:
0 commit comments