Pod Disruption Budget is configurable #1092
-
EMQX-Operator 2.2.18 introduced the Pod Disruption Budget (PDB) feature. From the code, it is observed that MinAvailable is set to a fixed value of 1. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, @niaomingjian I think you can just change the PDB which EMQX operator created, and set MinAvailable to 0. |
Beta Was this translation helpful? Give feedback.
-
Hi, @niaomingjian EMQX operator 2.2.26 has been released, you can set |
Beta Was this translation helpful? Give feedback.
Hi, @niaomingjian EMQX operator 2.2.26 has been released, you can set
minAvailable / maxUnavailable
in.spec.coreTemplate.spec
and.spec.replicantTeamplte.spec
https://github.com/emqx/emqx-operator/releases/tag/2.2.26