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
--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
Do not wait for the long-running operation to finish.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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
--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
Do not wait for the long-running operation to finish.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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
--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
Do not wait for the long-running operation to finish.
Number of nodes in the manual.
Comma-separated list of new sizes.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
Azure CLI