AWS EBS CSI
This module provides the CSI driver for provisioning EBS resources to pods in the cluster via aws-ebs-csi-driver.
Providers
The following providers are needed by this module:
-
aws (5.39.1)
-
helm (2.12.1)
-
kubernetes (2.27.0)
-
random (3.6.0)
Required Inputs
The following input variables are required:
eks_cluster_name
Description: The name of the EKS cluster.
Type: string
Optional Inputs
The following input variables are optional (have default values):
aws_ebs_csi_driver_helm_version
Description: The version of the aws-ebs-csi-driver helm chart to deploy
Type: string
Default: "2.28.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: []
pull_through_cache_enabled
Description: Whether to use the ECR pull through cache for the deployed images
Type: bool
Default: false
vpa_enabled
Description: Whether the VPA resources should be enabled
Type: bool
Default: false
Outputs
No outputs.
Usage
No notes