Inputs
The following input variables are supported:
burstable_nodes_enabled
Description: Whether to allow pods to schedule on burstable nodes
Type: bool
Default: true
controller_nodes_enabled
Description: Whether to allow pods to schedule on EKS Node Group nodes (controller nodes)
Type: bool
Default: true
history_length_hours
Description: The number of prior hours of metrics data that will be used for VPA recommendations
Type: number
Default: 24
log_verbosity
Description: The log verbosity (0-9) for the VPA pods
Type: number
Default: 0
monitoring_enabled
Description: Whether to allow monitoring CRs to be deployed in the namespace
Type: bool
Default: true
panfactum_scheduler_enabled
Description: Whether to use the Panfactum pod scheduler with enhanced bin-packing
Type: bool
Default: false
prometheus_enabled
Description: Whether to enable prometheus as the storage backend for the VPA recommender
Type: bool
Default: false
pull_through_cache_enabled
Description: Whether to use the ECR pull through cache for the deployed images
Type: bool
Default: true
sla_target
Description: The Panfactum SLA level for the module deployment. 1 = lowest uptime (99.9%), lowest cost — 3 = highest uptime (99.999%), highest Cost
Type: number
Default: 3
spot_nodes_enabled
Description: Whether to allow pods to schedule on spot nodes
Type: bool
Default: true
thanos_query_frontend_url
Description: The address of the thanos query frontend to be used by the VPA recommender
Type: string
Default: null
vertical_autoscaler_helm_version
Description: The version of VPA helm chart to deploy
Type: string
Default: "4.10.2"
vertical_autoscaler_image_version
Description: The version of VPA image deploy
Type: string
Default: "1.5.0"
vpa_enabled
Description: Whether the VPA resources should be enabled
Type: bool
Default: false
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.
Providers
The following providers are needed by this module:
helm (3.1.1)
kubectl (2.1.6)
kubernetes (2.35.0)
pf (0.0.7)