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 0b7f73c + c1c805f commit 6888ebaCopy full SHA for 6888eba
content/en/docs/tasks/tools/install-kubectl-linux.md
@@ -157,7 +157,7 @@ The following methods exist for installing kubectl on Linux:
157
2. Download the Google Cloud public signing key:
158
159
```shell
160
- sudo curl -fsSLo /etc/apt/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
+ curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
161
```
162
163
3. Add the Kubernetes `apt` repository:
0 commit comments