Skip to content

StrimziPodSets: strimzi.io/revision differs across Kafka pods but reconciliation shows no changes #9819

Answered by scholzj
frankgrimes97 asked this question in Q&A
Discussion options

You must be logged in to vote

That is correct. The revision of the pod is based on its YAML definition. It is used to detect if something changed in it and a rolling update might be needed (as Pods are in general immutable). As each of the pods differs (different name, different volumes are mounted etc.), they have also a different revision each.

StatefulSet works a bit differently - as far as know, it bases the hash on the template which is identical for all pods as it doesn't have the differences yet rendered in it (as it is just a template).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by frankgrimes97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants