website/content/en/docs/tasks/tools
Christine K 09e79db506
Add example command to create /etc/apt/keyrings directory (#43626)
* create folder for key

The following command will fail without the folder created manually beforhand.
```
curl -fsSL https://dl.k8s.io/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
```

* updated instruction

updated according to the comment in the PR

* updated mkdir part

* Updated mkdir
2024-01-17 17:01:14 +01:00
..
included improve format for included/verify-kubectl.md 2023-11-30 22:36:41 +08:00
_index.md Revise docs home page 2023-08-09 11:49:12 +01:00
install-kubectl-linux.md Add example command to create /etc/apt/keyrings directory (#43626) 2024-01-17 17:01:14 +01:00
install-kubectl-macos.md FIx the remove step 2023-12-03 19:17:24 +00:00
install-kubectl-windows.md Merge pull request #41987 from sftim/20230712_revise_home_page 2023-08-15 21:22:27 -07:00