plugin

Provides utilities for interacting with plugins.

Plugins provide extended functionality that is not part of the major command-line distribution. Please refer to the documentation and examples for more information about how write your own plugins.

The easiest way to discover and install plugins is via the kubernetes sub-project krew. To install krew, visit https://krew.sigs.k8s.io/docs/user-guide/setup/install/

Usage

$ kubectl plugin [flags]


list

List all available plugin files on a user’s PATH.

Available plugin files are those that are: - executable - anywhere on the user’s PATH - begin with “kubectl-“

Usage

$ kubectl plugin list

Flags

NameShorthandDefaultUsage
name-onlyfalseIf true, display only the binary name of each plugin, rather than its full path