From 85fb53c278edd26e3b47f25f4a629e9f7e8e1390 Mon Sep 17 00:00:00 2001 From: Brandon Wagner Date: Tue, 11 May 2021 15:21:27 -0500 Subject: [PATCH] remove beta notice for queue-processor mode --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 935db07c..5000a4c6 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The aws-node-termination-handler (NTH) can operate in two different modes: Insta The aws-node-termination-handler **[Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) Monitor** will run a small pod on each host to perform monitoring of IMDS paths like `/spot` or `/events` and react accordingly to drain and/or cordon the corresponding node. -The aws-node-termination-handler **Queue Processor** will monitor an SQS queue of events from Amazon EventBridge for ASG lifecycle events, EC2 status change events, and Spot Interruption Termination Notice events. When NTH detects an instance is going down, we use the Kubernetes API to cordon the node to ensure no new work is scheduled there, then drain it, removing any existing work. The termination handler **Queue Processor** requires AWS IAM permissions to monitor and manage the SQS queue and to query the EC2 API. The queue processor mode is currently in a beta preview, but we'd love your feedback on it! +The aws-node-termination-handler **Queue Processor** will monitor an SQS queue of events from Amazon EventBridge for ASG lifecycle events, EC2 status change events, and Spot Interruption Termination Notice events. When NTH detects an instance is going down, we use the Kubernetes API to cordon the node to ensure no new work is scheduled there, then drain it, removing any existing work. The termination handler **Queue Processor** requires AWS IAM permissions to monitor and manage the SQS queue and to query the EC2 API. You can run the termination handler on any Kubernetes cluster running on AWS, including self-managed clusters and those created with Amazon [Elastic Kubernetes Service](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html). @@ -182,7 +182,6 @@ For a full list of configuration options see our [Helm readme](https://github.co
AWS Node Termination Handler - Queue Processor (requires AWS IAM Permissions) -## NOTE: THIS FUNCTIONALITY IS CURRENTLY IN BETA
### Infrastructure Setup