eks-autoscaler

gfortetsanakis/eks-autoscaler/helm

Terraform Module HCL HELM
Install
module "eks-autoscaler" {
source = "gfortetsanakis/eks-autoscaler/helm"
version = "1.0.1"
}
plain text: /constructs/tfmod-gfortetsanakis-eks-autoscaler-helm/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (4)
NameTypeDescriptionDefault
namespacestringThe kubernetes namespace at which the EKS autoscaler chart will be deployed. required
eks_cluster_propertiesstringA map variable containing properties of the EKS cluster. required
cluster_autoscaler_sastringThe name of the service account to be created for the EKS cluster autoscaler."cluster-autoscaler-sa"
node_selectormapA map variable with nodeSelector labels applied when placing pods of the chart o{}
Resources (3)
aws_iam_policyaws_iam_rolehelm_release
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud HELM
★ Stars0
Forks0
Total downloads28
Inputs4
Resources3
LicenseApache-2.0
Namespacegfortetsanakis
Updated