kubectl-operator icon indicating copy to clipboard operation
kubectl-operator copied to clipboard

Manage Kubernetes Operators from the command line

Results 25 kubectl-operator issues
Sort by recently updated
recently updated
newest added

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...

needs-rebase

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`

kind/feature
help wanted

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 ```