Managed Cluster Properties Auto Scaler Profile Args
data class ManagedClusterPropertiesAutoScalerProfileArgs(val balanceSimilarNodeGroups: Output<String>? = null, val expander: Output<Either<String, Expander>>? = null, val maxEmptyBulkDelete: Output<String>? = null, val maxGracefulTerminationSec: Output<String>? = null, val maxNodeProvisionTime: Output<String>? = null, val maxTotalUnreadyPercentage: Output<String>? = null, val newPodScaleUpDelay: Output<String>? = null, val okTotalUnreadyCount: Output<String>? = null, val scaleDownDelayAfterAdd: Output<String>? = null, val scaleDownDelayAfterDelete: Output<String>? = null, val scaleDownDelayAfterFailure: Output<String>? = null, val scaleDownUnneededTime: Output<String>? = null, val scaleDownUnreadyTime: Output<String>? = null, val scaleDownUtilizationThreshold: Output<String>? = null, val scanInterval: Output<String>? = null, val skipNodesWithLocalStorage: Output<String>? = null, val skipNodesWithSystemPods: Output<String>? = null) : ConvertibleToJava<ManagedClusterPropertiesAutoScalerProfileArgs>
Parameters to be applied to the cluster-autoscaler when enabled
Constructors
Link copied to clipboard
fun ManagedClusterPropertiesAutoScalerProfileArgs(balanceSimilarNodeGroups: Output<String>? = null, expander: Output<Either<String, Expander>>? = null, maxEmptyBulkDelete: Output<String>? = null, maxGracefulTerminationSec: Output<String>? = null, maxNodeProvisionTime: Output<String>? = null, maxTotalUnreadyPercentage: Output<String>? = null, newPodScaleUpDelay: Output<String>? = null, okTotalUnreadyCount: Output<String>? = null, scaleDownDelayAfterAdd: Output<String>? = null, scaleDownDelayAfterDelete: Output<String>? = null, scaleDownDelayAfterFailure: Output<String>? = null, scaleDownUnneededTime: Output<String>? = null, scaleDownUnreadyTime: Output<String>? = null, scaleDownUtilizationThreshold: Output<String>? = null, scanInterval: Output<String>? = null, skipNodesWithLocalStorage: Output<String>? = null, skipNodesWithSystemPods: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
For scenarios like burst/batch scale where you don't want CA to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard