start
inctl solution start
Start a solution
Synopsis
Start a solution by id on a given cluster.
The solution id is a unique identifier of the solution to be started. Solution names can be found by running 'inctl solution list' or on the "Solutions" page in the Portal (select "copy solution ID" in the Solution's context menu).
The cluster name can be found by running 'inctl cluster list' or through the Portal Solutions page.
For example: inctl solution start --org my-org --cluster vmp-1234567890 9999ffff-9999-ffff-9999-ffff9999ffff_BRANCH
inctl solution start <solution_id> [flags]
Options
--address string (optional) Internal flag to directly set the API server address. Normally, you should use --org instead, which tells inctl to connect via the cloud.
--cluster string The target Kubernetes cluster ID. If you set this, you must not set --solution.
Can be defined via the INTRINSIC_CLUSTER environment variable.
-h, --help help for start
--operation-mode string The operation mode to start the solution in, one of 'sim' (default) or 'real'. (default "sim")
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.
--solution string The target solution. Must be running. If you set this, you must not set --cluster.
Can be defined via the INTRINSIC_SOLUTION environment variable.
Options inherited from parent commands
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
SEE ALSO
- inctl solution - Solution interacts with solutions