c12s-kubespray/roles/remove-node/pre-remove/defaults/main.yml
Lars ca66a96d0a
make pre-remove node draining a failable task (#6442)
and add configuration to allow ungraceful removal
2020-08-21 00:13:39 -07:00

5 lines
80 B
YAML

---
allow_ungraceful_removal: false
drain_grace_period: 300
drain_timeout: 360s