Inputs

The following input variables are supported:

aws_ebs_csi_driver_helm_version

Description: The version of the aws-ebs-csi-driver helm chart to deploy

Type: string

Default: "2.45.1"

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: []

burstable_nodes_enabled

Description: Whether to allow controller pods to schedule on burstable nodes. Does not affect DaemonSet pods.

Type: bool

Default: true

controller_nodes_enabled

Description: Whether to allow controller pods to schedule on EKS Node Group nodes (controller nodes). Does not affect DaemonSet pods.

Type: bool

Default: true

extra_storage_classes

Description: Extra EBS-backed storage classes to add to the cluster. Keys are the name of the storage class and values are their configuration.

Type:

map(object({
type = optional(string, "gp3")
reclaim_policy = optional(string, "Delete")
iops_per_gb = optional(number, null)
iops = optional(number, null)
throughput = optional(number, 125)
block_express = optional(bool, false)
block_size = optional(number, null)
inode_size = optional(number, null)
bytes_per_inode = optional(number, null)
number_of_inodes = optional(number, null)
big_alloc = optional(bool, false)
cluster_size = optional(number, null)
}))

Default: n/a

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: 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 controller pods to schedule on spot nodes. Does not affect DaemonSet pods.

Type: bool

Default: true

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: