Cluster template override CLI commands
You can use the CDP CLI to create cluster template overrides, manage the cluster template overrides, and provision a Data Hub cluster using a cluster template override.
Command | Description | Example |
---|---|---|
cdp datahub create-custom-configurations |
Creates a new cluster template override shared resource with an indefinite amount of properties. |
|
cdp datahub list-custom-configurations |
Lists all the cluster template overrides for the account. | |
cdp datahub describe-custom-configurations |
Returns the name, CRN, the properties, and the platform version associated with the cluster template override resource. |
|
cdp datahub delete-custom-configurations |
Deletes multiple custom configs given their names or CRNs. |
|
cdp datahub create-aws-cluster cdp datahub
create-azure-cluster cdp datahub
create-gcp-cluster |
Launches a Data Hub cluster with custom configs from a cluster template
override. The parameter for specifying a cluster template override
is:--custom-configurations-name |
|