Karpenter
Providers
The following providers are needed by this module:
Required Inputs
The following input variables are required:
node_role_arn
Description: The arn of the role the EKS cluster roles are assigned
Type: string
Optional Inputs
The following input variables are optional (have default values):
aws_iam_ip_allow_list
Description: A list of IPs that can use the service account token to authenticate with AWS API
Type: list(string)
Default: []
karpenter_helm_version
Description: The version of the karpenter helm chart to deploy
Type: string
Default: "1.1.1"
log_level
Description: The log level for the karpenter pods
Type: string
Default: "warn"
monitoring_enabled
Description: Whether to add active monitoring to the deployed systems
Type: bool
Default: false
pull_through_cache_enabled
Description: Whether to use the ECR pull through cache for the deployed images
Type: bool
Default: false
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
vpa_enabled
Description: Whether the VPA resources should be enabled
Type: bool
Default: false
Outputs
No outputs.
Usage
No notes