brc remove
brc remove
Remove a component on Trirematics
Synopsis
Remove a Trirematics component from the cluster. This component could be either an operator, a model, a snap package, or a network. Removing an operator will not remove its operands.
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. The format bare.<machine-name>
is reserved for bare-metal machine access where
SSH is used to access the machine named <machine-name>
. In this case the <element>
is the
name of the Snap package on the target machine.
- The
snap
option can only be used with a bare-metal machine context. - The bare-metal machine context could only be used with the
snap
option.
Examples
brc remove operator|model|network|snap
Options
-h, --help help for remove
Options inherited from parent commands
-n, --namespace string namespace to perform the operations (default "trirematics")
-v, --verbose debug output
SEE ALSO
- brc - BubbleRAN Commandline
- brc remove model - Perform the operation against the model
- brc remove network - Perform the operation against the network entities
- brc remove operator - Perform the operation against the operator
- brc remove snap - Perform the operation against the Snap packages