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

後續步驟

AksHci PowerShell 參考