Start-AksEdgeUpdate
Starts the update process for updating AKS Edge Essentials nodes.
Syntax
Start-AksEdgeUpdate [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Description
Microsoft Update sends all the binaries necessary to complete the AKS Edge Essentials Update. The Start-AksEdgeUpdate
command locates and downloads the binaries. You have to run this command on both the Control Plane nodes and the worker nodes.
Examples
To update any node in the cluster
Start-AksEdgeUpdate
Parameters
-Force
This parameter enables you to update the node without user interaction. If Force is specified, users won't be asked for confirmation. Otherwise, the user is asked for confirmation if force updating is required.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.