Invoke-AzHdInsightOnAksClusterUpgrade
Upgrade a cluster.
Invoke-AzHdInsightOnAksClusterUpgrade
-Name <String>
-PoolName <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
-UpgradeType <String>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzHdInsightOnAksClusterUpgrade
-Name <String>
-PoolName <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
-JsonString <String>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzHdInsightOnAksClusterUpgrade
-Name <String>
-PoolName <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
-JsonFilePath <String>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzHdInsightOnAksClusterUpgrade
-Name <String>
-ClusterpoolInputObject <IHdInsightOnAksIdentity>
-UpgradeType <String>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzHdInsightOnAksClusterUpgrade
-Name <String>
-ClusterpoolInputObject <IHdInsightOnAksIdentity>
-ClusterUpgradeRequest <IClusterUpgrade>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzHdInsightOnAksClusterUpgrade
-Name <String>
-PoolName <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
-ClusterUpgradeRequest <IClusterUpgrade>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzHdInsightOnAksClusterUpgrade
-InputObject <IHdInsightOnAksIdentity>
-UpgradeType <String>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-AzHdInsightOnAksClusterUpgrade
-InputObject <IHdInsightOnAksIdentity>
-ClusterUpgradeRequest <IClusterUpgrade>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Upgrade a cluster.
$clusterResourceGroupName = "Group"
$clusterpoolName = "ps-test-pool"
$clusterName = "flinkcluster"
$hotfixObj = New-AzHdInsightOnAksClusterHotfixUpgradeObject -ComponentName Webssh -TargetBuildNumber 7 -TargetClusterVersion "1.1.1" -TargetOssVersion "0.4.2"
Invoke-AzHdInsightOnAksClusterUpgrade -ResourceGroupName $clusterResourceGroupName -ClusterName $clusterName -ClusterPoolName $clusterpoolName -ClusterUpgradeRequest $hotfixObj
AccessProfileEnableInternalIngress : False
AccessProfilePrivateLinkServiceId :
ApplicationLogStdErrorEnabled :
ApplicationLogStdOutEnabled :
AuthorizationProfileGroupId :
AuthorizationProfileUserId :
AutoscaleProfileAutoscaleType :
AutoscaleProfileEnabled : False
AutoscaleProfileGracefulDecommissionTimeout :
ClusterType :
ComputeProfileNode :
ConnectivityEndpointBootstrapServerEndpoint :
ConnectivityEndpointBrokerEndpoint :
ConnectivityProfileSsh :
CoordinatorDebugEnable :
CoordinatorDebugPort :
CoordinatorDebugSuspend :
CoordinatorHighAvailabilityEnabled :
DatabaseHost :
DatabaseName :
DatabasePasswordSecretRef :
DatabaseUsername :
DeploymentId :
DiskStorageDataDiskSize : 0
...
Upgrade a cluster with type HotFix.
Run the command as a job
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Identity Parameter
Type: | IHdInsightOnAksIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Cluster Upgrade.
Type: | IClusterUpgrade |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Identity Parameter
Type: | IHdInsightOnAksIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Path of Json file supplied to the Upgrade operation
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Json string supplied to the Upgrade operation
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The name of the HDInsight cluster.
Type: | String |
Aliases: | ClusterName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Run the command asynchronously
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The name of the cluster pool.
Type: | String |
Aliases: | ClusterPoolName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
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 |
The ID of the target subscription. The value must be an UUID.
Type: | String |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Type of upgrade.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |