cli list operator
cli list operator
Perform the operation against the operator
Synopsis
This command enables you to perform actions against the Operators in the Operator Plane, including installation, listing, status retrieval, and removal. It is based on the OLM (Operator Lifecycle Manager) methodology of managing the Operators, hence it should be already installed in the cluster.
The convention is that the OLM would look for 'bubbleran-hub' as the secret name in the 'olm' namespace. You could use the secret name 'harbor-credentials' for your private instance.
IMPORTANT: You may need to login in the 'olm' namespace to be able to install the Operators. You can do it by running the login command with the '--namespace olm' flag.
Reference: https://olm.operatorframework.io/
cli list operator [flags]
Examples
install|list|remove operator
Options
-l, --channel string operator channel (default "stable")
-h, --help help for operator
Options inherited from parent commands
-c, --config string config file (default "config.json")
-n, --namespace string namespace to perform the operations (default "trirematics")
-v, --verbose debug output
SEE ALSO
- cli list - List all the operators, models, or networks