mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-19 12:10:11 -03:30
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.
(cherry picked from commit ccd3aeebbc)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0f7b9363f9
commit
26183c2523
@@ -2,3 +2,5 @@
|
||||
allow_ungraceful_removal: false
|
||||
drain_grace_period: 300
|
||||
drain_timeout: 360s
|
||||
drain_retries: 3
|
||||
drain_retry_delay_seconds: 10
|
||||
|
||||
Reference in New Issue
Block a user