Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

IAM for cluster autoscaler

This Terraform module generates the IAM permissions required by the cluster autoscaler.

Note: This module is part of SIGHUP Distribution (SD) and is consumed automatically by furyctl when you create an EKS cluster. You don't need to use it directly: its inputs are derived from your furyctl.yaml. The reference below is intended for maintainers and contributors.

⚠️ Warning: this module uses "IAM Roles for ServiceAccount" to inject AWS credentials inside cluster autoscaler pods

Requirements

Name Version
terraform >= 1.3
aws ~> 3.76

Providers

Name Version
aws ~> 3.76

Inputs

Name Description Type Default Required
cluster_name The EKS cluster name string n/a yes
region The region where the cluster is string n/a yes
autoscaler_iam_role_name_override Override the name of the generated IAM role string n/a no

Outputs

Name Description
cluster_autoscaler_iam_role_arn Cluster autoscaler IAM role arn