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 5864cd0 commit 5425ba8Copy full SHA for 5425ba8
content/ja/docs/tasks/tools/install-kubectl-linux.md
@@ -124,7 +124,7 @@ Linuxへkubectlをインストールするには、次の方法があります:
124
```shell
125
sudo apt-get update
126
# apt-transport-httpsはダミーパッケージの可能性があります。その場合、そのパッケージはスキップできます
127
- sudo apt-get install -y apt-transport-https ca-certificates curl
+ sudo apt-get install -y apt-transport-https ca-certificates curl gnupg
128
```
129
130
2. Kubernetesパッケージリポジトリの公開署名キーをダウンロードしてください。
0 commit comments