cli install
cli install
Install a component on Trirematics
Synopsis
Install a Trirematics component on the cluster. This component could be either an operator, a model, or a network. By design the actions on Trirematics are idempotent, hence update and upgrade are aliased to install. If you specify the flag --force, then the components would be first removed and then installed again.
Examples
install operator|model|network
Options
-f, --force force the installation by removing the component first
-h, --help help for install
Options inherited from parent commands
-c, --config string config file (default "config.json")
-n, --namespace string namespace to perform the operations (default "trirematics")
-v, --verbose debug output
SEE ALSO
- cli - Trirematics commandline interface
- cli install model - Perform the operation against the model
- cli install network - Perform the operation against the network
- cli install operator - Perform the operation against the operator