add-instances
inctl vm pool debug add-instances
Add instances to a pool.
Synopsis
Add instances to a pool.
The instances are not permanently added to the pool, but are one-off additions to the pool. Be aware that no validation is performed on the total number of instances in the pool or the number of concurrent provisioning instances. However, there is a server-side limit on the number of instances which can be added within a single RPC.
inctl vm pool debug add-instances [flags]
Options
--count int Number of instances to add.
-h, --help help for add-instances
--pool string The name of the VM pool.
Options inherited from parent commands
-e, --email string User email to be used for access control. Optional, will fall back to $USER@google.com if unset.
--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 vm pool debug - Internal debug commands