Replies: 1 comment 1 reply
-
Ah I did find it under Regarding
Does this mean updating the template will not reconcile it into existing pods? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This may just be my knowledge gap with kubernetes, but how can I specify the
imagePullPolicy
for RabbitMQ pods in my cluster operator definition? The StatefulSetSpec for overriding the default StatefulSet configuration doesn't include it in its API.Higher level goal is to use one of the major-version tags of the rabbitmq docker image (e.g.
3.12-management
), and have it be re-pulled when pods are redeployed (if the image digest has changed, whichimagePullPolicy: Always
should check) so we don't have to manually update it with each minor version.Beta Was this translation helpful? Give feedback.
All reactions