Set-AksEdgeUpgrade
Sets whether AKS Edge Essentials is allowed to upgrade the Kubernetes version on update.
Syntax
Set-AksEdgeUpgrade [[-AcceptUpgrade] <Boolean>]
Description
The Set-AksEdgeUpgrade cmdlet sets whether AKS Edge Essentials is allowed to upgrade the Kubernetes version on update.
Examples
Set-AksEdgeUpgrade -acceptUpgrade $True
Parameters
-AcceptUpgrade
This parameter specifies whether AksEdge is allowed to upgrade the Kubernetes version on update.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Common parameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.