add-instance-groups¶
- subtitle
Add new Cloudera AI workbench cluster instance groups.
- version
0.9.159
Description¶
Add new Cloudera AI workbench cluster instance groups.
Synopsis¶
add-instance-groups
--workspace-crn <value>
--instance-groups <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--workspace-crn (string)
The CRN of the workbench to which the instance groups are to be added.
--instance-groups (array)
The instance groups that we want to add to the workbench.
JSON Syntax:
[
{
"instanceType": "string",
"instanceTier": "string",
"instanceCount": integer,
"name": "string",
"ingressRules": ["string", ...],
"rootVolume": {
"size": integer
},
"autoscaling": {
"minInstances": integer,
"maxInstances": integer,
"enabled": true|false
},
"accelerator": {
"type": "string",
"count": integer
},
"singleZone": true|false,
"aws": {
"capacityReservationId": "string",
"network": {
"subnets": ["string", ...]
}
}
}
...
]
--cli-input-json (string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton (boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json.
Output¶
Form Factors¶
public, private