HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

kubectl plugin — Manage kubectl plugins that extend the functionality of the command. More information: <https://kube

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandextendpluginsclimanagekubectlkubectl pluginthat

Problem

How to use the kubectl plugin command: Manage kubectl plugins that extend the functionality of the command. More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/kubectl plugin

Revisions (0)

No revisions yet.