Sdílet prostřednictvím


PSManagedClusterAutoScalerProfile Class

Definition

Parameters to be applied to the cluster-autoscaler when enabled.

public class PSManagedClusterAutoScalerProfile
type PSManagedClusterAutoScalerProfile = class
Public Class PSManagedClusterAutoScalerProfile
Inheritance
PSManagedClusterAutoScalerProfile

Constructors

PSManagedClusterAutoScalerProfile()

Properties

BalanceSimilarNodeGroups

Gets or sets detects similar node pools and balances the number of nodes between them.

Expander

Gets or sets the expander to use when scaling up

MaxEmptyBulkDelete

Gets or sets the maximum number of empty nodes that can be deleted at the same time. This must be a positive integer.

MaxGracefulTerminationSec

Gets or sets the maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node.

MaxNodeProvisionTime

Gets or sets the maximum time the autoscaler waits for a node to be provisioned.

MaxTotalUnreadyPercentage

Gets or sets the maximum percentage of unready nodes in the cluster. After this percentage is exceeded, cluster autoscaler halts operations.

NewPodScaleUpDelay

Gets or sets ignore unscheduled pods before they're a certain age.

OkTotalUnreadyCount

Gets or sets the number of allowed unready nodes, irrespective of max-total-unready-percentage.

ScaleDownDelayAfterAdd

Gets or sets how long after scale up that scale down evaluation resumes

ScaleDownDelayAfterDelete

Gets or sets how long after node deletion that scale down evaluation resumes.

ScaleDownDelayAfterFailure

Gets or sets how long after scale down failure that scale down evaluation resumes.

ScaleDownUnneededTime

Gets or sets how long a node should be unneeded before it is eligible for scale

ScaleDownUnreadyTime

Gets or sets how long an unready node should be unneeded before it is eligible for scale down

ScaleDownUtilizationThreshold

Gets or sets node utilization level, defined as sum of requested resources divided by capacity, below which a node can be considered for scale down.

ScanInterval

Gets or sets how often cluster is reevaluated for scale up or down.

SkipNodesWithLocalStorage

Gets or sets if cluster autoscaler will skip deleting nodes with pods with local storage, for example, EmptyDir or HostPath.

SkipNodesWithSystemPods

Gets or sets if cluster autoscaler will skip deleting nodes with pods from kube-system (except for DaemonSet or mirror pods)

Applies to