node-exporter: set maxUnavailable to 10%
This daemonset doesn't affect workload availability so allow its rollout to be parallelized.
This commit is contained in:
committed by
Sergiusz Urbaniak
parent
f1d92c8a80
commit
87fabbc077
@@ -88,3 +88,6 @@ spec:
|
||||
- hostPath:
|
||||
path: /
|
||||
name: root
|
||||
updateStrategy:
|
||||
rollingUpdate:
|
||||
maxUnavailable: 10%
|
||||
|
||||
Reference in New Issue
Block a user