Remove ignore_errors from drain tasks and enable retires (#7151)

* Remove ignore_errors from drain tasks and enable retires

* Fix lint error by checking if stdout length is not 0, ie string is not empty.
This commit is contained in:
David Louks
2021-01-15 15:17:43 -06:00
committed by GitHub
parent 7a033a1d55
commit ccd3aeebbc
2 changed files with 26 additions and 11 deletions

View File

@@ -2,3 +2,5 @@
allow_ungraceful_removal: false
drain_grace_period: 300
drain_timeout: 360s
drain_retries: 3
drain_retry_delay_seconds: 10