Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-29 00:23:53 +00:00
parent 262de4bc4f
commit 65da745d60
15 changed files with 216 additions and 23 deletions

21
tldr/kubectl-plugin Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# kubectl plugin
> Manage kubectl plugins that extend the functionality of the command.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/>.
- List all available plugins on the system `$PATH`:
`kubectl plugin list`
- List only the executable names of available plugins without full paths:
`kubectl plugin list --name-only`
- Display help:
`kubectl plugin {{[-h|--help]}}`