mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
e8068a1c20
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
420 B
420 B
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]}}