feat(upgrade): support parallel/faster upgrades for node daemonset

For ZFSPV, all the node daemonset pods can go into the terminating state at
the same time since it does not need any minimum availability of those pods.

Changing maxUnavailable to 100% so that K8s can upgrade all the daemonset
pods parallelly.

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2020-10-20 13:55:34 +05:30 committed by Kiran Mova
parent f386bfc4ce
commit 64bc7cb1c9
3 changed files with 29 additions and 4 deletions

View file

@ -0,0 +1 @@
support parallel/faster upgrades for node daemonset