[ja] kubectl debian install guide does not mention gnupg at all
parent
5864cd0552
commit
5425ba882c
|
@ -124,7 +124,7 @@ Linuxへkubectlをインストールするには、次の方法があります:
|
||||||
```shell
|
```shell
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
# apt-transport-httpsはダミーパッケージの可能性があります。その場合、そのパッケージはスキップできます
|
# 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パッケージリポジトリの公開署名キーをダウンロードしてください。
|
2. Kubernetesパッケージリポジトリの公開署名キーをダウンロードしてください。
|
||||||
|
|
Loading…
Reference in New Issue