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