az akshybrid nodepool
Note
This reference is part of the akshybrid extension for the Azure CLI (version 2.32.0 or higher). The extension will automatically install the first time you run an az akshybrid nodepool command. Learn more about extensions.
Command group 'akshybrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage nodepools in a provisioned cluster.
Commands
Name | Description | Type | Status |
---|---|---|---|
az akshybrid nodepool add |
Adds a nodepool in the provisioned cluster. |
Extension | Preview |
az akshybrid nodepool delete |
Deletes the nodepool in the provisioned cluster. |
Extension | Preview |
az akshybrid nodepool list |
Lists all the nodepools in the provisioned cluster. |
Extension | Preview |
az akshybrid nodepool scale |
Scales the nodepool in the provisioned cluster . |
Extension | Preview |
az akshybrid nodepool show |
Gets the nodepool in the provisioned cluster. |
Extension | Preview |
az akshybrid nodepool add
Command group 'akshybrid nodepool' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Adds a nodepool in the provisioned cluster.
az akshybrid nodepool add --cluster-name
--name
--resource-group
[--location]
[--no-wait]
[--node-count]
[--node-vm-size]
[--os-sku]
[--os-type]
[--tags]
Examples
AddNodepool
az akshybrid nodepool add --name "samplenodepool" --cluster-name "samplecluster" --resource-group "sample-rg"
Required Parameters
Name of the provisioned cluster.
Name of the nodepool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Number of nodes to be created in the nodepool.
VM Size of the nodes in the nodepool.
OS Sku for the nodes in the nodepool. Options: "CBLMariner" | "Windows2019" | "Windows2022".
OS Type for the nodes in the nodepool. Options: "Linux" | "Windows".
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 akshybrid nodepool delete
Command group 'akshybrid nodepool' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Deletes the nodepool in the provisioned cluster.
az akshybrid nodepool delete --cluster-name
--name
--resource-group
[--no-wait]
[--yes]
Examples
DeleteNodepool
az akshybrid nodepool delete --name "samplenodepool" --cluster-name "samplecluster" --resource-group "sample-rg"
Required Parameters
Name of the provisioned cluster.
Name of the nodepool.
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.
Do not prompt for confirmation.
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 akshybrid nodepool list
Command group 'akshybrid nodepool' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Lists all the nodepools in the provisioned cluster.
az akshybrid nodepool list --cluster-name
--resource-group
Examples
ListNodepool
az akshybrid nodepool list --cluster-name "samplecluster" --resource-group "sample-rg"
Required Parameters
Name of the provisioned cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 akshybrid nodepool scale
Command group 'akshybrid nodepool' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Scales the nodepool in the provisioned cluster .
az akshybrid nodepool scale --cluster-name
--name
--resource-group
[--no-wait]
[--node-count]
[--node-vm-size]
[--yes]
Examples
ScaleNodePool
az akshybrid nodepool scale --name "samplenodepool" --cluster-name "samplecluster" --resource-group "sample-rg" --node-count 3 --node-vm-size "Standard_A2_v2"
Required Parameters
Name of the provisioned cluster.
Name of the nodepool.
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 to scale to in the nodepool.
VM Size of the nodes in the nodepool.
Do not prompt for confirmation.
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 akshybrid nodepool show
Command group 'akshybrid nodepool' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Gets the nodepool in the provisioned cluster.
az akshybrid nodepool show --cluster-name
--name
--resource-group
Examples
GetNodepool
az akshybrid nodepool show --name "samplenodepool" --cluster-name "samplecluster" --resource-group "sample-rg"
Required Parameters
Name of the provisioned cluster.
Name of the nodepool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.