Replies: 1 comment 8 replies
-
That is correct. This is because with custom pod controllers (such as the StrimziPodSets) you cannot use |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We recently upgraded from Strimzi Cluster Operator 0.25.0 to 0.34.0.
Using the same values and deploying and upgrading with Helm, we now have podDisruptionBudget's with minAvailable=3 (the cluster size) instead of maxUnavailable=0, as it was when using 0.25.0.
The Strimzi Kafka documentation says to set podDisruptionBudget=0 to use the Strimzi Drain Cleaner but never says mentions minAvailable. Maybe this was in some release notes, but I couldn't find mention of it and it can be confusing as to why we're setting maxUnavailable=0 but then the PDB show maxUnavailable as "N/A".
Can someone point me to the reason for this change?
Beta Was this translation helpful? Give feedback.
All reactions