As described in #12575, it would be a good thing to have metrics that would track what is happening currently in the Kafka cluster during rolling update. This should be one of additions to the KafkaRoller v2.
The metrics discussed in the issue were:
strimzi_rolling_update_in_progress as gauge 0/1, showing if a rolling update is currently active
strimzi_rolling_update_pods_to_update as gauge, with the number of remaining pods to be updated in the current cycle
However for the second metric there is issue with how current KafkaRoller rolls the Pods - one by one without information on the number of Pods remaining. Maybe it's another thing that will be possible in KafkaRoller v2.
As described in #12575, it would be a good thing to have metrics that would track what is happening currently in the Kafka cluster during rolling update. This should be one of additions to the KafkaRoller v2.
The metrics discussed in the issue were:
strimzi_rolling_update_in_progressas gauge 0/1, showing if a rolling update is currently activestrimzi_rolling_update_pods_to_updateas gauge, with the number of remaining pods to be updated in the current cycleHowever for the second metric there is issue with how current KafkaRoller rolls the Pods - one by one without information on the number of Pods remaining. Maybe it's another thing that will be possible in KafkaRoller v2.