initialize-azure-compute-cluster

subtitle

Initialize compute cluster for Azure environment.

version

0.9.124

Description

Initialize compute cluster for Azure environment.

Synopsis

  initialize-azure-compute-cluster
--environment-name <value>
[--compute-cluster-configuration <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--environment-name (string)

The name of the environment.

--compute-cluster-configuration (object)

Request object for creating Externalized compute cluster for the environment.

privateCluster -> (boolean)

If true, creates private cluster

kubeApiAuthorizedIpRanges -> (array)

Kubernetes API authorized IP ranges in CIDR notation. Mutually exclusive with privateCluster. Default value is 0.0.0.0/0.

item -> (string)

outboundType -> (string)

Customize cluster egress with defined outbound type in Azure Kubernetes Service.

workerNodeSubnets -> (array)

Specify subnets for Kubernetes Worker Nodes

item -> (string)

Shorthand Syntax:

privateCluster=boolean,kubeApiAuthorizedIpRanges=string,string,outboundType=string,workerNodeSubnets=string,string

JSON Syntax:

{
  "privateCluster": true|false,
  "kubeApiAuthorizedIpRanges": ["string", ...],
  "outboundType": "udr",
  "workerNodeSubnets": ["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