Skip to content

Commit

Permalink
🥑🤖 2.0.0-beta release prep 🤖🥑 (#749)
Browse files Browse the repository at this point in the history
Co-authored-by: ec2-bot 🤖 <ec2-bot@users.noreply.github.com>
  • Loading branch information
cjerad and ec2-bot authored Dec 13, 2022
1 parent 44d5773 commit 3dac285
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Your EKS cluster must have an IAM OIDC Provider. Follow the steps in [Create an

##### 1.2.1. Create the IAM Policy

Download the service account policy template for AWS CloudFormation at https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-alpha/infrastructure.yaml
Download the service account policy template for AWS CloudFormation at https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-beta/infrastructure.yaml

Then create the IAM Policy by deploying the AWS CloudFormation stack:

Expand Down Expand Up @@ -101,7 +101,7 @@ NTH reads events from one or more SQS Queues. If you already have an SQS Queue a

*Note:* Multiple Terminators may read from a single SQS Queue. A Terminator will only delete a message if a matching node was found in the cluster. The SQS Queue's visibility window setting can help to ensure that a message is delivered to only one Terminator at a time.

You may create your own SQS Queue but an AWS CloudFormation template is available that will create an SQS Queue and commonly used rules for AWS EventBridge. Download from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-alpha/queue-infrastructure.yaml
You may create your own SQS Queue but an AWS CloudFormation template is available that will create an SQS Queue and commonly used rules for AWS EventBridge. Download from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-beta/queue-infrastructure.yaml

```sh
aws cloudformation deploy \
Expand All @@ -114,7 +114,7 @@ aws cloudformation deploy \

#### 3.2. Define and deploy a Terminator

You may download a template file from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-alpha/terminator.yaml.tmpl. Edit the file with the required fields and desired configuration.
You may download a template file from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-beta/terminator.yaml.tmpl. Edit the file with the required fields and desired configuration.

Deploy the Terminator:
```sh
Expand Down
4 changes: 2 additions & 2 deletions charts/aws-node-termination-handler-2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: aws-node-termination-handler-2
description: A Helm chart for aws-node-termination-handler, an open-source component for gracefully handling termination events for node hosted in AWS.
type: application
version: "0.1.0"
appVersion: "2.0.0-alpha"
version: "0.2.0"
appVersion: "2.0.0-beta"
kubeVersion: ">=1.16-0"
keywords:
- aws
Expand Down
4 changes: 2 additions & 2 deletions charts/aws-node-termination-handler-2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ controller:
# . value: eu-west-1

# Image to deploy.
image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/controller:v2.0.0-alpha"
image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/controller:v2.0.0-beta"

# Override global logging level.
logLevel: ""
Expand Down Expand Up @@ -146,7 +146,7 @@ webhook:
# . value: eu-west-1

# Image to deploy.
image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/webhook:v2.0.0-alpha"
image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/webhook:v2.0.0-beta"

# Override global logging level.
logLevel: ""
Expand Down

0 comments on commit 3dac285

Please sign in to comment.