kube_descheduler
Stable
Direct

Kubernetes Descheduler

This module provides a deployment of the descheduler project.

Providers

The following providers are needed by this module:

Required Inputs

No required inputs.

Optional Inputs

The following input variables are optional (have default values):

descheduler_helm_version

Description: The version of the descheduler helm chart to deploy

Type: string

Default: "0.31.0"

log_verbosity

Description: The log verbosity (1-9) for the descheduler pods

Type: number

Default: 1

max_pod_lifetime_seconds

Description: The maximum time that a pod can live before being replaced (unless lifetime evictions are disabled for the pod)

Type: number

Default: 14400

monitoring_enabled

Description: Whether to add active monitoring to the deployed systems

Type: bool

Default: false

panfactum_scheduler_enabled

Description: Whether to use the Panfactum pod scheduler with enhanced bin-packing

Type: bool

Default: true

pull_through_cache_enabled

Description: Whether to use the ECR pull through cache for the deployed images

Type: bool

Default: true

vpa_enabled

Description: Whether the VPA resources should be enabled

Type: bool

Default: true

wait

Description: Wait for resources to be in a ready state before proceeding. Disabling this flag will allow upgrades to proceed faster but will disable automatic rollbacks. As a result, manual intervention may be required for deployment failures.

Type: bool

Default: true

Outputs

No outputs.

Usage

No notes