Details
-
Patch request
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
6.0.1, 6.0.2
-
None
Description
Steps to reproduce:
- Install Zabbix Agent Helm Chart
- Make a modification to the chart
Result:
The DaemonSet for the Zabbix Agent Helm Chart takes a long time to restart because it does not set the DaemonSet `maxUnavailable` value.
Expected:
Allow UpdateStrategy Values to be modified in order to reduce update time.
Allow the update strategy and `maxUnvailable` values to be configurable, so that we can increase the `maxUnavailable` value.