Skip to main content

brc install

brc install

Install a component on Trirematics

Synopsis

Install a Trirematics component on the cluster. This component could be either an operator, a model, a snap package, or a network. By design the actions on Trirematics are idempotent, hence update and upgrade are aliased to install.

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 install operator|model|network|snap

Options

  -h, --help   help for install

Options inherited from parent commands

  -n, --namespace string   namespace to perform the operations (default "trirematics")
-v, --verbose debug output

SEE ALSO

Auto generated by spf13/cobra on 8-Jun-2025