mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
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:
committed by
Matthew Mosesohn
parent
18f0531bba
commit
d692737a13
@@ -1,3 +1,5 @@
|
||||
---
|
||||
drain_grace_period: 300
|
||||
drain_timeout: 360s
|
||||
drain_label_selector: ""
|
||||
drain_nodes: true
|
||||
|
||||
Reference in New Issue
Block a user