Skip to content

Re-create deleted Queue if it was manually deleted and CRD still exists #711

Closed Answered by Zerpet
kamikaze asked this question in Q&A
Discussion options

You must be logged in to vote

You can set time-based reconciliation, in addition to the default change-based reconciliation, using an environment variable in the Topology Operator manifest. This variable is documented here: https://rabbitmq.com/kubernetes/operator/install-topology-operator.html#parameters

In summary, you have to modify the Topology Operator manifest and add an environment variable SYNC_PERIOD set to a valid Go time.Duration string e.g. 15m for 15 minutes. By default, this Operator does not perform time-based reconciliation.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Zerpet
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #708 on December 01, 2023 13:40.