mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 14:55:09 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/kubectl-plugin
Normal file
21
tldr/kubectl-plugin
Normal 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]}}`
|
||||
Reference in New Issue
Block a user