Remove-AksHciNodePool

개요

클러스터에서 노드 풀을 삭제합니다.

구문

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

Description

클러스터에서 노드 풀을 삭제합니다.

예제

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

-이름

노드 풀의 이름입니다.

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

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

다음 단계

AksHci PowerShell 참조