az aks mesh upgrade
Note
This command group has commands that are defined in both Azure CLI and at least one extension. Install each extension to benefit from its extended capabilities. Learn more about extensions.
Commands to manage the upgrades for Azure Service Mesh.
A group of commands to manage the upgrades for Azure Service Mesh in given cluster.
Commands
Name | Description | Type | Status |
---|---|---|---|
az aks mesh upgrade complete |
Complete Azure Service Mesh upgrade. |
Core | GA |
az aks mesh upgrade complete (aks-preview extension) |
Complete Azure Service Mesh upgrade. |
Extension | GA |
az aks mesh upgrade rollback |
Rollback Azure Service Mesh upgrade. |
Core | GA |
az aks mesh upgrade rollback (aks-preview extension) |
Rollback Azure Service Mesh upgrade. |
Extension | GA |
az aks mesh upgrade start |
Initiate Azure Service Mesh upgrade. |
Core | GA |
az aks mesh upgrade start (aks-preview extension) |
Initiate Azure Service Mesh upgrade. |
Extension | GA |
az aks mesh upgrade complete
Complete Azure Service Mesh upgrade.
This command completes Azure Service Mesh canary upgrade by removing the previous revision.
az aks mesh upgrade complete --name
--resource-group
[--no-wait]
[--yes]
Examples
Complete Azure Service Mesh upgrade.
az aks mesh upgrade complete --resource-group MyResourceGroup --name MyManagedCluster
Required Parameters
Name of the managed cluster.
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 aks mesh upgrade complete (aks-preview extension)
Complete Azure Service Mesh upgrade.
This command completes Azure Service Mesh canary upgrade by removing the previous revision.
az aks mesh upgrade complete --name
--resource-group
[--no-wait]
[--yes]
Examples
Complete Azure Service Mesh upgrade.
az aks mesh upgrade complete --resource-group MyResourceGroup --name MyManagedCluster
Required Parameters
Name of the managed cluster.
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 aks mesh upgrade rollback
Rollback Azure Service Mesh upgrade.
This command rolls back Azure Service Mesh upgrade to the previous stable revision.
az aks mesh upgrade rollback --name
--resource-group
[--no-wait]
[--yes]
Examples
Rollback Azure Service Mesh upgrade.
az aks mesh upgrade rollback --resource-group MyResourceGroup --name MyManagedCluster
Required Parameters
Name of the managed cluster.
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 aks mesh upgrade rollback (aks-preview extension)
Rollback Azure Service Mesh upgrade.
This command rolls back Azure Service Mesh upgrade to the previous stable revision.
az aks mesh upgrade rollback --name
--resource-group
[--no-wait]
[--yes]
Examples
Rollback Azure Service Mesh upgrade.
az aks mesh upgrade rollback --resource-group MyResourceGroup --name MyManagedCluster
Required Parameters
Name of the managed cluster.
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 aks mesh upgrade start
Initiate Azure Service Mesh upgrade.
This command initiates upgrade of Azure Service Mesh to the specified revision.
az aks mesh upgrade start --name
--resource-group
--revision
[--no-wait]
Examples
Initiate Azure Service Mesh upgrade.
az aks mesh upgrade start --resource-group MyResourceGroup --name MyManagedCluster --revision asm-1-18
Required Parameters
Name of the managed cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Azure Service Mesh revision to upgrade to.
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 mesh upgrade start (aks-preview extension)
Initiate Azure Service Mesh upgrade.
This command initiates upgrade of Azure Service Mesh to the specified revision.
az aks mesh upgrade start --name
--resource-group
--revision
[--no-wait]
Examples
Initiate Azure Service Mesh upgrade.
az aks mesh upgrade start --resource-group MyResourceGroup --name MyManagedCluster --revision asm-1-18
Required Parameters
Name of the managed cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Azure Service Mesh revision to upgrade to.
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.