File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ The termination handler DaemonSet installs into your cluster a [ServiceAccount](
106106You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
107107
108108```
109- kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.3 /all-resources.yaml
109+ kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.4 /all-resources.yaml
110110```
111111
112112For a full list of releases and associated artifacts see our [ releases page] ( https://github.com/aws/aws-node-termination-handler/releases ) .
@@ -421,7 +421,7 @@ Queue Processor needs an **sqs queue url** to function; therefore, manifest chan
421421Minimal Config:
422422
423423```
424- curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.3 /all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
424+ 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
425425<open all-resources-queue-processor.yaml and update QUEUE_URL value>
426426kubectl apply -f ./all-resources-queue-processor.yaml
427427```
You can’t perform that action at this time.
0 commit comments