Get-AksHciNodePool

Streszczenie

Wyświetla listę pul węzłów w klastrze Kubernetes.

Składnia

Get-AksHciNodePool -clusterName <String>
                  [-name <String>]

Opis

Wyświetla listę pul węzłów w klastrze Kubernetes.

Przykłady

Wyświetlanie listy wszystkich pul węzłów w klastrze Kubernetes

Get-AksHCiNodePool -clusterName mycluster

Wyświetlanie listy określonej puli węzłów w klastrze Kubernetes

Get-AksHciNodePool -clusterName mycluster -name nodepool1
ClusterName : mycluster
NodePoolName : linuxnodepool
Version : v1.20.7
OsType : Linux
NodeCount : 10
VmSize : Standard_K8S3_v1
Phase : Deployed
AutoScalerEnabled : true

Parametry

-clusterName

Nazwa klastra.

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

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

-Nazwa

Nazwa puli węzłów.

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

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

Następne kroki

Dokumentacja programu PowerShell usługi AksHci