Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 490 Bytes

File metadata and controls

18 lines (13 loc) · 490 Bytes

Terraform module: AWS Node Termination Handler

This Terraform module can be used to install the AWS Node Termination Handler into a Kubernetes cluster.

Examples

Default deployment

To deploy the aws-node-termination-handler into a Kubernetes cluster, the following snippet might be used.

module "aws_node_termination_handler" {
  source  = "iplabs/aws-node-termination-handler/kubernetes"
  version = "2.0.0"
}