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 参考