brc list
brc list
List all instances of a component on Trirematics
Synopsis
List a Trirematics component on the cluster. This component could be either an Operator, a Model, a Snap package, or a Network.
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 list of Snap packages
on the machine provided by Trirematics is displayed.
- 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 list operator|model|network|snap
Options
-h, --help help for list
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 list model - Perform the operation against the model
- brc list network - Perform the operation against the network entities
- brc list operator - Perform the operation against the operator
- brc list snap - Perform the operation against the Snap packages