Get-AksHciNodePool
摘要
列出 Kubernetes 群集中的节点池。
语法
Get-AksHciNodePool -clusterName <String>
[-name <String>]
说明
列出 Kubernetes 群集中的节点池。
示例
列出 Kubernetes 群集中的所有节点池
Get-AksHCiNodePool -clusterName mycluster
列出 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
参数
-clusterName
群集的名称。
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-name
节点的名称。
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False