az sf cluster node
Manage the node instance of a cluster.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az sf cluster node add |
Add nodes to a node type in a cluster. |
Core | GA |
| az sf cluster node remove |
Remove nodes from a node type in a cluster. |
Core | GA |
az sf cluster node add
Add nodes to a node type in a cluster.
az sf cluster node add --cluster-name
--node-type
--nodes-to-add --number-of-nodes-to-add
--resource-group
[--acquire-policy-token]
[--change-reference]
Examples
Add 2 'nt1' nodes to a cluster.
az sf cluster node add -g group-name -c cluster1 --number-of-nodes-to-add 2 --node-type 'nt1'
Required Parameters
Specify the name of the cluster, if not given it will be same as resource group name.
The Node type name.
Number of nodes to add.
Specify the resource group name. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |
az sf cluster node remove
Remove nodes from a node type in a cluster.
az sf cluster node remove --cluster-name
--node-type
--nodes-to-remove --number-of-nodes-to-remove
--resource-group
[--acquire-policy-token]
[--change-reference]
Examples
Remove 2 'nt1' nodes from a cluster.
az sf cluster node remove -g group-name -c cluster1 --node-type 'nt1' --number-of-nodes-to-remove 2
Required Parameters
Specify the name of the cluster, if not given it will be same as resource group name.
The Node type name.
Number of nodes to remove.
Specify the resource group name. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |