snippetbashTip
kubectl plugin — Manage kubectl plugins that extend the functionality of the command. More information: <https://kube
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 listList only the executable names of available plugins without full paths:
kubectl plugin list --name-onlyDisplay help:
kubectl plugin {{[-h|--help]}}Code Snippets
List all available plugins on the system `$PATH`
kubectl plugin listList only the executable names of available plugins without full paths
kubectl plugin list --name-onlyDisplay help
kubectl plugin {{[-h|--help]}}Context
tldr-pages: common/kubectl plugin
Revisions (0)
No revisions yet.