-
-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Labels
help wantedNot immediately prioritised, please help!Not immediately prioritised, please help!questionDirection unclear; possibly a bug, possibly could be improved.Direction unclear; possibly a bug, possibly could be improved.runtimecontroller runtime relatedcontroller runtime related
Description
Noticing an issue where we are receiving events for the patch operations we did to our own crd's status.
example reconciler from controller-rs
This is the dumbest reconciler we have in any example;
- foo crd touched
- patch its status object with a bool
But the last step now triggers the reconciler again because the crd was touched (by ourselves).
It perhaps possible that we can put an "ignore" on events coming in from the event that we "expect" to see updates, but that seems error prone (as well as difficult).
Not sure this is necessarily a bad thing, but I expect this is counter-intuitive.
Because you were so helpful last time around @alexeldeib , do you have any hints from controller-runtime
for this?
Metadata
Metadata
Assignees
Labels
help wantedNot immediately prioritised, please help!Not immediately prioritised, please help!questionDirection unclear; possibly a bug, possibly could be improved.Direction unclear; possibly a bug, possibly could be improved.runtimecontroller runtime relatedcontroller runtime related
Type
Projects
Status
Done