Get-AksHciNodePool

Übersicht

Listet die Knotenpools in einem Kubernetes-Cluster auf

Syntax

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

BESCHREIBUNG

Listet die Knotenpools in einem Kubernetes-Cluster auf

Beispiele

Listet alle Knotenpools in einem Kubernetes-Cluster auf

Get-AksHCiNodePool -clusterName mycluster

Listet einen bestimmten Knotenpool in einem Kubernetes-Cluster auf

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

Parameter

-clusterName

Der Name Ihres Clusters.

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

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

-name

Der Name des Knotenpools

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

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

Nächste Schritte

PowerShell-Referenz für AksHci