Skip to main content

add

inctl service add

Add a service instance to a solution

inctl service add id|id_version [flags]

Examples


Add a particular service with a given name and configuration
$ inctl service add ai.intrinsic.basler_camera \
--cluster=some_cluster_id \
--name=my_instance --config=some_file.binpb"

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.
--config string (optional) The filename of a binary-serialized Any proto containing this services's configuration.
-h, --help help for add
--name string (optional) The name of this service instance.
--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