kubectl-operator
kubectl-operator copied to clipboard
Manage Kubernetes Operators from the command line
This is a new feature: `kubectl-operator list-operatorgroups` The goal here is to: - List out all OperatorGroup and related namespaces as Tenants - Provide both Tabular and Mermaid support Example...
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`
See https://github.com/operator-framework/operator-controller/pull/813
```bash tmp $ kubectl operator list-available nginx-operator failed to get API group resources: unable to retrieve the complete list of server APIs: packages.operators.coreos.com/v1: Unauthorized ```