Skip to content

Commit

Permalink
🥑🤖 v1.16.5 release 🤖🥑 (#649)
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
ec2-bot and ec2-bot authored May 31, 2022
1 parent f10d1f3 commit 814bccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The termination handler DaemonSet installs into your cluster a [ServiceAccount](
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.

```
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.4/all-resources.yaml
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.5/all-resources.yaml
```

For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
Expand Down Expand Up @@ -421,7 +421,7 @@ Queue Processor needs an **sqs queue url** to function; therefore, manifest chan
Minimal Config:

```
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.4/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.5/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
kubectl apply -f ./all-resources-queue-processor.yaml
```
Expand Down

0 comments on commit 814bccc

Please sign in to comment.