Remove-AksHciNodePool

概要

刪除叢集中的節點集區。

語法

Remove-AksHciNodePool -clusterName <String>
                      -name <String>

描述

刪除叢集中的節點集區。

範例

Remove-AksHciNodePool -clusterName mycluster -name nodepool1

-clusterName

現有 Kubernetes 叢集的名稱。

Type: System.String
Parameter Sets: (All)
Aliases:

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

-name

節點集區的名稱。

Type: System.String
Parameter Sets: (All)
Aliases:

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

後續步驟

AksHci PowerShell 參考