Difference between revisions of "Kubectl plugin"
Jump to navigation
Jump to search
(Created page with "{{Draft}} == See also == * {{kubectl}} Category:K8s") |
|||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{lc}} |
+ | * <code>[[kubectl plugin list]]</code> | ||
+ | * [[Krew]] | ||
+ | * [[kubectl-ctx]] | ||
+ | * [[kubectl-ns]] | ||
+ | * [[kubectl-kots]] | ||
+ | * [[Datree]] (last updated 2022) | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <pre> | ||
+ | kubectl 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/ | ||
+ | |||
+ | Available Commands: | ||
+ | list list all visible plugin executables on a user's PATH | ||
+ | |||
+ | Usage: | ||
+ | kubectl plugin [flags] [options] | ||
+ | |||
+ | Use "kubectl <command> --help" for more information about a given command. | ||
+ | Use "kubectl options" for a list of global command-line options (applies to all commands). | ||
+ | </pre> | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[minikube addons list]]</code> | ||
+ | * [[EKS addons]] | ||
== See also == | == See also == | ||
− | * {{kubectl}} | + | * {{kubectl plugin}} |
[[Category:K8s]] | [[Category:K8s]] |
Latest revision as of 09:55, 20 March 2024
- Krew
- kubectl-ctx
- kubectl-ns
- kubectl-kots
- Datree (last updated 2022)
kubectl 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/ Available Commands: list list all visible plugin executables on a user's PATH Usage: kubectl plugin [flags] [options] Use "kubectl <command> --help" for more information about a given command. Use "kubectl options" for a list of global command-line options (applies to all commands).
Related terms[edit]
See also[edit]
kubectl plugin [ list ]
Advertising: