Skip to content

Commit 5425ba8

Browse files
committed
[ja] kubectl debian install guide does not mention gnupg at all
1 parent 5864cd0 commit 5425ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Linuxへkubectlをインストールするには、次の方法があります:
124124
```shell
125125
sudo apt-get update
126126
# apt-transport-httpsはダミーパッケージの可能性があります。その場合、そのパッケージはスキップできます
127-
sudo apt-get install -y apt-transport-https ca-certificates curl
127+
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg
128128
```
129129

130130
2. Kubernetesパッケージリポジトリの公開署名キーをダウンロードしてください。

0 commit comments

Comments
 (0)