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 @@ -101,7 +101,7 @@ The termination handler DaemonSet installs into your cluster a [ServiceAccount](
101
101
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
102
102
103
103
```
104
- kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.13.0 /all-resources.yaml
104
+ kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.13.1 /all-resources.yaml
105
105
```
106
106
107
107
For a full list of releases and associated artifacts see our [ releases page] ( https://github.com/aws/aws-node-termination-handler/releases ) .
@@ -379,7 +379,7 @@ Queue Processor needs an **sqs queue url** to function; therefore, manifest chan
379
379
Minimal Config:
380
380
381
381
```
382
- curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.13.0 /all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
382
+ curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.13.1 /all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
383
383
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
384
384
kubectl apply -f ./all-resources-queue-processor.yaml
385
385
```
You can’t perform that action at this time.
0 commit comments