[ja] kubectl debian install guide does not mention gnupg at all

pull/47086/head
Arhell 2024-07-04 09:50:27 +03:00
parent 5864cd0552
commit 5425ba882c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Linuxへkubectlをインストールするには、次の方法があります:
```shell
sudo apt-get update
# apt-transport-httpsはダミーパッケージの可能性があります。その場合、そのパッケージはスキップできます
sudo apt-get install -y apt-transport-https ca-certificates curl
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg
```
2. Kubernetesパッケージリポジトリの公開署名キーをダウンロードしてください。