Skip to main content

mode

inctl cluster upgrade mode

Read/Write the current update mechanism mode

Synopsis

Read/Write the current update mechanism mode

There are 3 modes on the system:

  • 'off': no updates can run
  • 'on': updates go to the IPC when triggered with inctl or the IPC manager
  • 'automatic': updates go to the IPC as soon as they are available

You can add the "+accept" suffix to require acceptance of the update on the IPC. Acceptance is normally performed through the HMI, although for testing you can also use "inctl cluster upgrade accept".

inctl cluster upgrade mode [flags]

Options

  -h, --help   help for mode

Options inherited from parent commands

      --cluster string   Name of cluster to upgrade.
--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