Remove-AksHciNodePool
Übersicht
Löscht einen Knotenpool aus einem Cluster
Syntax
Remove-AksHciNodePool -clusterName <String>
-name <String>
BESCHREIBUNG
Löscht einen Knotenpool aus einem Cluster
Beispiel
Remove-AksHciNodePool -clusterName mycluster -name nodepool1
-clusterName
Der Name des vorhandenen Kubernetes-Clusters
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-name
Der Name Ihres Knotenpools
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False