eks-autoscaler
gfortetsanakis/eks-autoscaler/helm
Terraform module for eks cluster autoscaler This module deploys the following helm chart on an EKS cluster: | Name | Repository | Version | | ------------------ | --------------------------------------- | ------- | | cluster-autoscaler | https://kubernetes.github.io/autoscaler | 9.20.1 | Module input parameters | Parameter | Type | Description | | ---------------------- | -------- | --------------------------------------------------------------------------------------------- | | namespace | Required | The kubernetes namespace at which the EKS autoscaler chart will be deployed | | eks_cluster_properties | Required | A map variable containing properties of the EKS cluster | | cluster_autoscaler_sa | Optional | The name of the service account to be created for the EKS cluster autoscaler | | n
| Name | Type | Description | Default |
|---|---|---|---|
| namespace | string | The kubernetes namespace at which the EKS autoscaler chart will be deployed. | required |
| eks_cluster_properties | string | A map variable containing properties of the EKS cluster. | required |
| cluster_autoscaler_sa | string | The name of the service account to be created for the EKS cluster autoscaler. | "cluster-autoscaler-sa" |
| node_selector | map | A map variable with nodeSelector labels applied when placing pods of the chart o | {} |