create-private-cluster¶
- subtitle
Create a a Private Cloud cluster in the Cloudera Data Warehouse.
- version
0.9.155
Description¶
Create a Private Cloud cluster in the Cloudera Data Warehouse environment with the provided settings.
Synopsis¶
create-private-cluster
--environment-crn <value>
[--storage-class <value>]
[--db-client-credentials <value>]
[--custom-kerberos-principal-hostname <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--environment-crn (string)
The CRN of the environment for the cluster to create.
--storage-class (string)
The storage class for the Local Storage Operator.
--db-client-credentials (object)
Certificate and private key pair credentials, that could be used ie mutual TLS connections therefore these must belong together.
certificate -> (string)
The content of certificate PEM file.
privateKey -> (string)
The content of private key PEM file.
Shorthand Syntax:
certificate=string,privateKey=string
JSON Syntax:
{
"certificate": "string",
"privateKey": "string"
}
Form Factors: private
--custom-kerberos-principal-hostname (string)
Optional hostname parameter. If not empty, this hostname will be used in the Kerberos service principal required by Cloudera Data Warehouse on Premises runtime components (Database Catalog, Virtual Warehouses).
--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.
Form Factors¶
private