Skip to main content

register

inctl device register

Tool to register hardware in setup flow

inctl device register [flags]

Options

      --device_role string   The role the device has in the cluster. Either 'control-plane' or 'worker' (default "control-plane")
-h, --help help for register
--hostname string The hostname for the device. If it's a control plane this will be the cluster name.
--no-update Do not enroll the cluster into automatic updates.
--no-wait Set to true to avoid waiting for the cluster initialization.
--private If set to 'true', the device will not be visible to other organization members
--region string This can be used for inventory tracking (default "unspecified")
--replace If set to 'true', an existing cluster with the same name will be replaced.
This is equivalent to calling 'inctl cluster delete' first

Options inherited from parent commands

      --cluster_name string   The cluster to join. Required for workers, ignored on control-plane.
You can set the environment variable INTRINSIC_CLUSTER_NAME=cluster_name to set a default cluster_name.
--device_id string The device ID of the device to claim
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-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.

SEE ALSO

  • inctl device - Manage device specific settings and registration.