Extra options for upgrade mode

Optionally do not drain nodes by setting drain_nodes to false
Optionally set a labelselector to target which pods should be drained.
This commit is contained in:
Matthew Mosesohn
2018-09-11 14:57:19 +03:00
committed by Matthew Mosesohn
parent 18f0531bba
commit d692737a13
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
---
drain_grace_period: 300
drain_timeout: 360s
drain_label_selector: ""
drain_nodes: true