Skip to content

How to UpdateStatus and requeue "Reconcile" events until a desired state is reached? #551

Answered by buehler
Karthik2893 asked this question in Q&A
Discussion options

You must be logged in to vote

Alright, I understand the use-case and no, it is not an anti-pattern. This behavior can be seen in many operators. This is a bug.

Since the status update does trigger and the reconcile doesn't, the switch/merge magic you point out may be the issue. The switch is there to prevent duplicate events, in case of status only updates however, they should fire.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@buehler
Comment options

Answer selected by Karthik2893
Comment options

You must be logged in to vote
1 reply
@buehler
Comment options

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