From e8068a1c20318808def75b8b212bed6c15482db6 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 28 Dec 2025 14:15:04 +0200 Subject: [PATCH] kubectl-plugin: add page (#20311) Signed-off-by: Emmanuel Ferdman Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com> --- pages/common/kubectl-plugin.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/kubectl-plugin.md diff --git a/pages/common/kubectl-plugin.md b/pages/common/kubectl-plugin.md new file mode 100644 index 0000000000..c75df3eabb --- /dev/null +++ b/pages/common/kubectl-plugin.md @@ -0,0 +1,16 @@ +# kubectl plugin + +> Manage kubectl plugins that extend the functionality of the command. +> More information: . + +- 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]}}`