update-azure-cluster

subtitle

Updates an Azure cluster in the Cloudera Data Warehouse.

version

0.9.112

Description

Update an Azure cluster in the Cloudera Data Warehouse with the provided settings.

Synopsis

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

Options

--cluster-id (string)

The ID of the Azure cluster to update.

--description (string)

Cluster description.

--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" ...

--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"
}

--renew-certificate | --no-renew-certificate (boolean)

Renew Azure cluster certificate.

--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