Skip to content

Commit 363674f

Browse files
authored
Update README.md (#311)
* bump version number * align verbiage on Queue Processor mode
1 parent f1b0eb2 commit 363674f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The `enableSqsTerminationDraining` must be set to false for these configuration
8989
The Queue Processor Mode does not allow for fine-grained configuration of which events are handled through helm configuration keys. Instead, you can modify your Amazon EventBridge rules to not send certain types of events to the SQS Queue so that NTH does not process those events.
9090

9191

92-
The `enableSqsTerminationDraining` flag turns on the SQS Processor Mode. When SQS Processor Mode is enabled, IMDS mode cannot be active. NTH cannot respond to queue events AND monitor IMDS paths. SQS Processor Mode still queries for node information on startup, but this information is not required for normal operation, so it is safe to disable IMDS for the NTH pod.
92+
The `enableSqsTerminationDraining` flag turns on Queue Processor Mode. When Queue Processor Mode is enabled, IMDS mode cannot be active. NTH cannot respond to queue events AND monitor IMDS paths. Queue Processor Mode still queries for node information on startup, but this information is not required for normal operation, so it is safe to disable IMDS for the NTH pod.
9393

9494
<details opened>
9595
<summary>AWS Node Termination Handler - IMDS Processor</summary>
@@ -104,7 +104,7 @@ The termination handler DaemonSet installs into your cluster a [ServiceAccount](
104104

105105
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
106106
```
107-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.10.0/all-resources.yaml
107+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.11.0/all-resources.yaml
108108
```
109109

110110
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).

0 commit comments

Comments
 (0)