From eb39a6005f12935dc8ca0f5b6575e68635b9ce09 Mon Sep 17 00:00:00 2001 From: Andrew G <2rs2ts@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:18:34 -0800 Subject: [PATCH] Add drain-retries option to README 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. Signed-off-by: 2rs2ts <2rs2ts@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcc2d14b..99148667 100644 --- a/README.md +++ b/README.md @@ -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) |