eks-node-termination-handler

DNXLabs/eks-node-termination-handler/aws

Terraform Module HCL AWS

Terraform module for deploying node termination handler inside a pre-existing EKS cluster.

Install
module "eks-node-termination-handler" {
source = "DNXLabs/eks-node-termination-handler/aws"
version = "1.0.0"
}
plain text: /constructs/tfmod-dnxlabs-eks-node-termination-handler-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-aws-eks-node-termination-handler ![Lint Status](https://github.com/DNXLabs/terraform-aws-eks-node-termination-handler/actions) ![LICENSE](https://github.com/DNXLabs/terraform-aws-eks-node-termination-handler/blob/master/LICENSE) Terraform module for deploying node termination handler inside a pre-existing EKS cluster. Usage `` module "alb_ingress" { source = "git::https://github.com/DNXLabs/terraform-aws-eks-node-termination-handler.git" } `` Requirements | Name | Version | |------|---------| | terraform | >= 0.13 | | aws | >= 4.0.0, = 1.0, = 1.10.0, = 1.0, = 1.10.0, Authors Module managed by DNX Solutions. License Apache 2 Licensed. See LICENSE for full details.

Inputs (9)
NameTypeDescriptionDefault
mod_dependencystringDependence variable binds all AWS resources allocated by this module, dependent null
settingsmapAdditional settings which will be passed to the Helm chart values.{}
helm_chart_release_namestringSpot termination handler Helm release name."aws-node-termination-handler"
namespacestringKubernetes namespace to deploy Spot termination handler Helm chart."kube-system"
helm_chart_repostringSpot termination handler Helm repository name."https://aws.github.io/eks-charts"
helm_chart_versionstringSpot termination handler Helm chart version."0.15.0"
create_namespaceboolWhether to create Kubernetes namespace with name defined by `namespace`.true
enabledboolVariable indicating whether deployment is enabled.true
helm_chart_namestringSpot termination handler Helm chart name."aws-node-termination-handler"
Resources (2)
helm_releasekubernetes_namespace
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud AWS
★ Stars1
Forks4
Total downloads37.1k
Inputs9
Resources2
LicenseApache-2.0
NamespaceDNXLabs
Updated