Get-AzAksArcClusterUpgrade
Gets the upgrade profile of a provisioned cluster
Syntax
Get-AzAksArcClusterUpgrade
-ClusterName <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
[<CommonParameters>]
Description
Gets the upgrade profile of a provisioned cluster
Examples
Example 1: Get all potential kubernetes version upgrades on the provisioned cluster.
Get-AzAksArcClusterUpgrade -ClusterName azps_test_cluster -ResourceGroupName azps_test_group
This command gets the potential upgrades that can be done on the provisioned cluster.
Parameters
-ClusterName
The name of the Kubernetes cluster on which get is called.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription.
Type: | String |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell