共用方式為


Remove-AksEdgeNode

從現有的叢集移除本機節點。

語法

Remove-AksEdgeNode [-NodeType] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]

描述

從現有的叢集移除本機節點。 只有在 Linux 和 Windows 節點部署在同一部機器中時,才支援此函式。 若要移除部署的單一節點,請使用 Remove-AksEdgeDeployment。

範例

提示確認一般移除,並視需要強制移除

Remove-AksEdgeNode -NodeType Linux

略過這兩個確認

Remove-AksEdgeNode -Force -NodeType Linux

提示確認一般移除,並視需要強制移除

Remove-AksEdgeNode -Force -Confirm -NodeType Linux

略過一般移除的確認,但如果需要強制移除,則會提示確認

Remove-AksEdgeNode -Confirm:$false -NodeType Linux

參數

-NodeType

此參數會指出 'Linux' 節點或 'Windows' 節點。

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Force

此參數可讓使用者移除節點,而不需使用者互動。 與 Confirm 參數結合時,即使發生錯誤,也可以強制移除節點,而不需使用者互動。 如果指定 Force,除非也指定 Confirm,否則不會要求使用者確認。 否則,除非 Confirm 設定為 false,否則系統會要求使用者確認節點移除,並再次詢問是否需要強制移除。

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 不會執行此 Cmdlet。

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

在執行 Cmdlet 前提示您確認。

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

這個 Cmdlet 支援一般參數:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutVariable、-OutBuffer、-PipelineVariable、-Verbose、-WarningAction 和 -WarningVariable。 如需詳細資訊,請參閱 about_CommonParameters

下一步

AksEdge PowerShell 參考