Skip to main content

cli install operator

cli install 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 install 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")
-f, --force force the installation by removing the component first
-n, --namespace string namespace to perform the operations (default "trirematics")
-v, --verbose debug output

SEE ALSO

Auto generated by spf13/cobra on 16-Feb-2024