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:
@@ -88,3 +88,6 @@ spec:
|
||||
- hostPath:
|
||||
path: /
|
||||
name: root
|
||||
updateStrategy:
|
||||
rollingUpdate:
|
||||
maxUnavailable: 10%
|
||||
|
||||
Reference in New Issue
Block a user