Skip to content

Commit

Permalink
Add drain-retries option to README
Browse files Browse the repository at this point in the history
It seems like #104 added this option, but since that wasn't yet
released, it wasn't added to the README.  Now it's part of a
release, so, it should be fine to add to the README.
  • Loading branch information
2rs2ts authored Jan 8, 2024
1 parent a70d012 commit c471c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ time="2020-03-11T07:24:49Z" level=info msg="event ce25c321-ec67-3f0b-c156-a7c1f7
| drain-timeout | 300 | Int | hard time limit for draining healthy nodes |
| drain-timeout-unknown | 30 | Int | hard time limit for draining nodes that are in unknown state |
| drain-interval | 30 | Int | interval in seconds for which to retry draining |
| drain-retries | 3 | Int | number of times to retry the node drain operation |
| polling-interval | 10 | Int | interval in seconds for which to poll SQS |
| with-deregister | true | Bool | try to deregister deleting instance from target groups |
| refresh-expired-credentials | false | Bool | refreshes expired credentials (requires shared credentials file) |
Expand Down

0 comments on commit c471c11

Please sign in to comment.