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.
2 parents 5840c8e + 5425ba8 commit b6d684bCopy full SHA for b6d684b
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