Start-AksEdgeNode
Starts the node VM if it's currently stopped. This cmdlet is an asynchronous call and doesn't wait for the Kubernetes endpoint to be available. You'll have to wait for a while before the Kubernetes endpoint is made available.
Syntax
Start-AksEdgeNode [[-NodeType] <String>]
Description
The Start-AksEdgeNode cmdlet starts the virtual machine. No action is taken if the virtual machine is already started.
Examples
Example 1
Start-AksEdgeNode -NodeType Linux
PARAMETERS
-NodeType
Indicates whether the 'Linux' node or the 'Windows' node, or both at the same time with 'LinuxAndWindows'.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: Linux
Accept pipeline input: False
Accept wildcard characters: False