az aks nodepool manual-scale
Note
This reference is part of the aks-preview extension for the Azure CLI (version 2.61.0 or higher). The extension will automatically install the first time you run an az aks nodepool manual-scale command. Learn more about extensions.
Commands to manage nodepool virtualMachineProfile.scale.manual.
Commands
Name | Description | Type | Status |
---|---|---|---|
az aks nodepool manual-scale add |
Add a new manual to a VirtualMachines agentpool in the managed Kubernetes cluster. |
Extension | GA |
az aks nodepool manual-scale delete |
Delete an existing manual to a VirtualMachines agentpool in the managed Kubernetes cluster. |
Extension | GA |
az aks nodepool manual-scale update |
Update an existing manual of a VirtualMachines agentpool in the managed Kubernetes cluster. |
Extension | GA |
az aks nodepool manual-scale add
Add a new manual to a VirtualMachines agentpool in the managed Kubernetes cluster.
az aks nodepool manual-scale add --cluster-name
--name --nodepool-name
--node-count
--resource-group
--vm-sizes
[--no-wait]
Required Parameters
The cluster name.
The node pool name.
Number of nodes in the manual.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Comma-separated list of sizes in the manual.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
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 aks nodepool manual-scale delete
Delete an existing manual to a VirtualMachines agentpool in the managed Kubernetes cluster.
az aks nodepool manual-scale delete --cluster-name
--current-vm-sizes
--name --nodepool-name
--resource-group
[--no-wait]
Required Parameters
The cluster name.
Comma-separated list of sizes in the manual to be deleted.
The node pool name.
Name of resource group. 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.
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
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 aks nodepool manual-scale update
Update an existing manual of a VirtualMachines agentpool in the managed Kubernetes cluster.
az aks nodepool manual-scale update --cluster-name
--current-vm-sizes
--name --nodepool-name
--resource-group
[--no-wait]
[--node-count]
[--vm-sizes]
Required Parameters
The cluster name.
Comma-separated list of sizes in the manual to be updated.
The node pool name.
Name of resource group. 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.
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Number of nodes in the manual.
Comma-separated list of new sizes.
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 |