update-cluster

subtitle

Updates the Cloudera Data Warehouse cluster.

version

0.9.111

Description

Update the Cloudera Data Warehouse cluster.

Synopsis

  update-cluster
--cluster-id <value>
[--description <value>]
[--whitelist-ip-cidrs <value>]
[--whitelist-k8s-cluster-access-ip-cidrs <value>]
[--whitelist-workload-access-ip-cidrs <value>]
[--aws-update <value>]
[--azure-update <value>]
[--observability-config <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--cluster-id (string)

The ID of the cluster to update.

--description (string)

Cluster description.

--whitelist-ip-cidrs (array)

List of IP address CIDRs to whitelist. NOTE: CDW is in process of rolling out a new feature to whitelist IP CIDR separately for Kubernetes Clusters and Loadbalancers on CDP Public Cloud. For an existing cluster, if different IP CIDR has been already applied to LoadBalancer and the Kubernetes cluster through the DWX UI, then updating the IP CIDR of such cluster is not supported from CLI. In the upcoming release, the CLI will support this feature. Please make use of UI for the same.

Syntax:

"string" "string" ...

Form Factors: public, private

--whitelist-k8s-cluster-access-ip-cidrs (array)

List of IP address CIDRs to whitelist for kubernetes cluster access.

Syntax:

"string" "string" ...

--whitelist-workload-access-ip-cidrs (array)

List of IP address CIDRs to whitelist for workload access.

Syntax:

"string" "string" ...

--aws-update (object)

Additional properties for AWS clusters.

externalBuckets -> (map)

External bucket definition.

key -> (string)

value -> (object)

Cluster external bucket definition to update.

accessMode -> (string)

Specifies whether the external bucket will be added in read-only or read-write mode.

kmsCmkArn -> (string)

Enable server side encryption with the specified KMS CMK ARN. If the value is empty or unspecified, default server side encryption will be used when the access mode is read-write. Otherwise this value is ignored.

Shorthand Syntax:

externalBuckets={KeyName1={accessMode=string,kmsCmkArn=string},KeyName2={accessMode=string,kmsCmkArn=string}}

JSON Syntax:

{
  "externalBuckets": {"string": {
        "accessMode": "READ"|"READWRITE",
        "kmsCmkArn": "string"
      }
    ...}
}

--azure-update (object)

Additional properties for Azure clusters.

renewCertificate -> (boolean)

Renew Azure cluster certificate.

Shorthand Syntax:

renewCertificate=boolean

JSON Syntax:

{
  "renewCertificate": true|false
}

--observability-config (object)

Cluster observability settings to update.

logsForwardingConfig -> (string)

Create the log forwarding configuration in a valid fluentd format. Then that configuration is later inserted into a larger fluentd configuration.

proxyCABundle -> (string)

Set the proxy CA certificates (PEM Bundle). If you use a TLS-terminating proxy server to inspect outbound internet traffic, you need to provide the proxy server’s CA certificates bundle in PEM bundle format when you configure log forwarding.

Shorthand Syntax:

logsForwardingConfig=string,proxyCABundle=string

JSON Syntax:

{
  "logsForwardingConfig": "string",
  "proxyCABundle": "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