From b7c1641a8eddac907b0a46346b1a23e87aa71806 Mon Sep 17 00:00:00 2001 From: Andrew G <2rs2ts@users.noreply.github.com> Date: Sat, 3 Feb 2024 01:14:25 +0000 Subject: [PATCH] Add drain-retries option to README (#182) 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 312ccf5..2d49d67 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) |