Managed Cluster Properties Response Auto Scaler Profile
data class ManagedClusterPropertiesResponseAutoScalerProfile(val balanceSimilarNodeGroups: String? = null, val expander: String? = null, val maxEmptyBulkDelete: String? = null, val maxGracefulTerminationSec: String? = null, val maxNodeProvisionTime: String? = null, val maxTotalUnreadyPercentage: String? = null, val newPodScaleUpDelay: String? = null, val okTotalUnreadyCount: String? = null, val scaleDownDelayAfterAdd: String? = null, val scaleDownDelayAfterDelete: String? = null, val scaleDownDelayAfterFailure: String? = null, val scaleDownUnneededTime: String? = null, val scaleDownUnreadyTime: String? = null, val scaleDownUtilizationThreshold: String? = null, val scanInterval: String? = null, val skipNodesWithLocalStorage: String? = null, val skipNodesWithSystemPods: String? = null)
Parameters to be applied to the cluster-autoscaler when enabled
Constructors
Link copied to clipboard
fun ManagedClusterPropertiesResponseAutoScalerProfile(balanceSimilarNodeGroups: String? = null, expander: String? = null, maxEmptyBulkDelete: String? = null, maxGracefulTerminationSec: String? = null, maxNodeProvisionTime: String? = null, maxTotalUnreadyPercentage: String? = null, newPodScaleUpDelay: String? = null, okTotalUnreadyCount: String? = null, scaleDownDelayAfterAdd: String? = null, scaleDownDelayAfterDelete: String? = null, scaleDownDelayAfterFailure: String? = null, scaleDownUnneededTime: String? = null, scaleDownUnreadyTime: String? = null, scaleDownUtilizationThreshold: String? = null, scanInterval: String? = null, skipNodesWithLocalStorage: String? = null, skipNodesWithSystemPods: String? = null)
Types
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
Link copied to clipboard