operator-framework / kubectl-operator

Manage Kubernetes Operators from the command line
https://operatorframework.io/
Apache License 2.0
128 stars 37 forks source link

Support context flag #154

Open wsmelton opened 6 months ago

wsmelton commented 6 months ago

As management of numerous clusters is common in environments support for common syntax with kubectl should be included. Especially --context that allows us to do kubectl operator list --context someothercluster

joelanford commented 5 months ago

Thanks for submitting this request. This seems like a good idea!