FikaWorks / kubectl-plugins

A list of plugins that enhance the kubectl CLI
Apache License 2.0
22 stars 1 forks source link

Feature request: Add passthrough for kubeconfig and context flags #5

Closed deiga closed 2 years ago

deiga commented 4 years ago

This will allow people with multiple clusters to more easily use these plugins

etiennetremel commented 2 years ago

context flag is now supported, thanks to @bitfisher : https://github.com/FikaWorks/kubectl-plugins/pull/11

etiennetremel commented 2 years ago

Should be usable after upgrading your local Krew index:

$ kubectl krew upgrade

https://github.com/kubernetes-sigs/krew-index/pull/1845