Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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.11.2/all-resources.yaml
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.12.0/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 @@ -325,7 +325,7 @@ IAM Policy for aws-node-termination-handler Deployment:

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.11.2/all-resources-queue-processor.yaml
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.12.0/all-resources-queue-processor.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