[root@paas-m-k8s-master-1 ~]# kubectl plugin list The following compatible plugins are available:
/root/.krew/bin/kubectl-krew
krew命令
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
[root@paas-m-k8s-master-1 ~]# kubectl krew krew is the kubectl plugin manager. You can invoke krew through kubectl: "kubectl krew [command]..."
Usage: kubectl krew [command]
Available Commands: help Help about any command index Manage custom plugin indexes info Show information about an available plugin install Install kubectl plugins list List installed kubectl plugins search Discover kubectl plugins uninstall Uninstall plugins update Update the local copy of the plugin index upgrade Upgrade installed plugins to newer versions version Show krew version and diagnostics
比较简单,命令参数不多。
搜素
安装
1
kubectl krew install ns
查看安装
1 2 3 4 5
[root@paas-m-k8s-master-1 ~]# kubectl krew list PLUGIN VERSION krew v0.4.4 ns v0.9.5