Reliably determine if a kafka-cluster restart or rebalance is imminent prior to applying changes through Helm upgrade #7961
Unanswered
frankgrimes97
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Are we talking about changes to the Strimzi Cluster Operator (i.e. about the official Strimzi Helm chart?) Or about changes to some custom Helm chart that generates a Kafka CR? |
Beta Was this translation helpful? Give feedback.
2 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're trying to improve our Strimzi CI/CD pipeline in such a way that when our engineers create a PR making changes to our Strimzi Helm chart values files we can give an indication that a
kafka-cluster
restart or rebalance will be triggered by the pending config changes once approved and merged to themain
/master
branch.In the short term, this is to give them a heads up that the deployment will likely cause some service disruption.
Longer term we could even consider loosening some monitoring/alerting constraints for the duration of the deploy/rebalance.
Is this something anyone else has solved? If so, how?
Right now we were considering looking into grepping and looking for certain patterns in the
helm diff upgrade
output.However, it's not clear to us exactly what output indicates that those more disruptive changes will be applied.
Any help and guidance on this would be much appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions