brc remove operator
brc remove operator
Perform the operation against the operator
Synopsis
Do the requested operation (install, list, or remove) against the Operators in the Operator Plane. This command only supports definition of Operators as OLM-based Operators.
The option --namespace
by default points to a Kubernetes namespace of the default Kubernetes context. You
may explicitly provide the context in the format of <context-name>.<namespace>
to access the cluster using
particular kubectl
context.
- This command does not support bare-metal machines for the context.
brc remove operator [flags]
Examples
# list the Operators
brc list operator
# install Athena Base Operator from the stable channel
brc install operator --channel stable athena-base-operator
# remove the Odin Operator from the beta channel
brc remove operator --channel beta odin-operator
Options
-h, --help help for operator
Options inherited from parent commands
-n, --namespace string namespace to perform the operations (default "trirematics")
-v, --verbose debug output
SEE ALSO
- brc remove - Remove a component on Trirematics