kubectl 插件管理 krew

https://github.com/kubernetes-sigs/krew-index/blob/master/plugins.md

插件列表

mac安装 尽管说没有提供brew的安装方式,实际是可以通过brew 安装的

 brew install krew

可以通过下表批量恢复插件安装

k krew list
PLUGIN        VERSION
ca-cert       v0.0.0
cert-manager  v1.0.1
ctx           v0.9.1
ns            v0.9.1
popeye        v0.7.1
sniff         v1.5.0
tail          v0.10.1
trace         v0.3.4
tree          v0.4.0
view-secret   v0.6.0

https://github.com/kubernetes-sigs/krew-index/blob/master/plugins.md

这里是目前所有插件的列表,可以根据需要安装
比较有用的是 ctx 和ns

你可能感兴趣的:(kubectl 插件管理 krew)