gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

chore: Add optional rollingUpdate strategy parameters to helm chart

Open speer opened this issue 3 months ago • 0 comments

What this PR does / why we need it:

This allows users to configure the rollingUpdate section in the controller-manager deployment, to be able to explicitly configure maxSurge and maxUnavailable.

Setting maxSurge to 0 is especially useful for 3 node clusters, when controller-manager also runs with 3 replicas, in combination with requiredDuringSchedulingIgnoredDuringExecution antiAffinity.

speer avatar May 29 '24 16:05 speer