次の方法で共有


Get-AksHciAutoScalerProfile

構文

システムで使用できる自動スケーラー構成プロファイルまたは特定の自動スケーラー構成プロファイルとその設定の一覧を取得します。

構文

自動スケーラー構成プロファイルの一覧を取得する

Get-AksHciAutoScalerProfile
Name                    Cluster
----------              --------------
default                 myCluster, clusterProd2,...
myProfile2              staging3,dev3,dev2,...
myProfile4              myCluster2

特定の自動スケーラー プロファイルの設定を取得する

Get-AksHciAutoScalerProfile -name myProfile
ProfileSetting                   Value
--------------                   ---------
name                             myProfile
scan-interval                    10 seconds
scale-down-delay-after-add       10 minutes
scale-down-delay-after-delete    10 seconds
scale-down-delay-after-failure   3 minutes 
scale-down-unneeded-time         10 minutes
scale-down-unready-time          20 minutes
scale-down-utilization-threshold 0.5
max-graceful-termination-sec     600 seconds
balance-similar-node-groups      false     
expander                         random 
skip-nodes-with-local-storage    true
skip-nodes-with-system-pods      true 
max-empty-bulk-delete            10 nodes  
new-pod-scale-up-delay           0 seconds
max-total-unready-percentage     45%
max-node-provision-time          15 minutes      
ok-total-unready-count           3 nodes   
clusters                         [myCluster1,dev2,dev3,...]

パラメーター

-name

自動スケーラー構成プロファイルの英数字の名前。

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

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

次のステップ

AksHci PowerShell リファレンス