az hdinsight-on-aks cluster upgrade
Note
This reference is part of the hdinsightonaks extension for the Azure CLI (version 2.57.0 or higher). The extension will automatically install the first time you run an az hdinsight-on-aks cluster upgrade command. Learn more about extensions.
Command group 'az hdinsight-on-aks cluster' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Upgrade cluster.
Commands
Name | Description | Type | Status |
---|---|---|---|
az hdinsight-on-aks cluster upgrade history |
List a list of upgrade history. |
Extension | Preview |
az hdinsight-on-aks cluster upgrade list |
List a cluster available upgrades. |
Extension | Preview |
az hdinsight-on-aks cluster upgrade rollback |
Manual rollback upgrade for a cluster. |
Extension | Preview |
az hdinsight-on-aks cluster upgrade run |
Upgrade a cluster. |
Extension | Preview |
az hdinsight-on-aks cluster upgrade history
Command group 'az hdinsight-on-aks cluster upgrade' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List a list of upgrade history.
az hdinsight-on-aks cluster upgrade history --cluster-name
--cluster-pool-name
--resource-group
[--max-items]
[--next-token]
Examples
List the upgrade records of the cluster.
az hdinsight-on-aks cluster upgrade history -g {resourcesGroup} --cluster-pool-name {poolName} --cluster-name {clusterName}
Required Parameters
The name of the HDInsight cluster.
The name of the cluster pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
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 hdinsight-on-aks cluster upgrade list
Command group 'az hdinsight-on-aks cluster upgrade' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List a cluster available upgrades.
az hdinsight-on-aks cluster upgrade list --cluster-name
--cluster-pool-name
--resource-group
[--max-items]
[--next-token]
Examples
List the cluster available upgrades.
az hdinsight-on-aks cluster upgrade list -g {resourcesGroup} --cluster-pool-name {poolName} --cluster-name {clusterName}
Required Parameters
The name of the HDInsight cluster.
The name of the cluster pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
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 hdinsight-on-aks cluster upgrade rollback
Command group 'az hdinsight-on-aks cluster upgrade' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manual rollback upgrade for a cluster.
az hdinsight-on-aks cluster upgrade rollback --upgrade-history
[--cluster-name]
[--cluster-pool-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
Examples
Rollback the upgrade to a cluster.
az hdinsight-on-aks cluster upgrade rollback -g {resourcesGroup} --cluster-pool-name {poolName} --cluster-name {clusterName} --upgrade-history {history string}
Required Parameters
A specific upgrade history to rollback.
Optional Parameters
The name of the HDInsight cluster.
The name of the cluster pool.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 hdinsight-on-aks cluster upgrade run
Command group 'az hdinsight-on-aks cluster upgrade' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Upgrade a cluster.
az hdinsight-on-aks cluster upgrade run [--aks-patch-upgrade]
[--cluster-name]
[--cluster-pool-name]
[--hotfix-upgrade]
[--ids]
[--in-place-upgrade]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--patch-version-upgrade]
[--resource-group]
[--subscription]
Examples
Upgrade a cluster, use command 'az hdinsight-on-aks cluster upgrade list' get upgrades list.
az hdinsight-on-aks cluster upgrade run -g {resourcesGroup} --cluster-pool-name {poolName} --cluster-name {clusterName} --hotfix-upgrade component-name={componentName} target-build-number={targetBuildNumber} target-cluster-version={targetClusterVersion} target-oss-version={targetOssVersion}
Optional Parameters
Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
The name of the HDInsight cluster.
The name of the cluster pool.
Properties of upgrading cluster's hotfix. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Properties of in-place upgrading cluster. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Do not wait for the long-running operation to finish.
Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.