Replies: 1 comment 5 replies
-
I think that for generic create operations (unlike the admin Secret in Keycloak) it might make more sense to block the reconciliation if a foreign resource exists. After all, as mentioned, this approach is aligned with the non-SSA create action. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wanted to make sure we're all on the same page with the proposed behavior of the JOSDK moving forward - that is it will use a dummy resourceVersion on a SSA create to simulate the atomic affect of a regular create.
We had ultimately decided against this in keycloak, but it sound like we'll pick it up from the operator sdk instead.
The major con of this approach, which exists also for regular JOSDK creates, is that an existing resource that lacks an owner reference will block any further reconciliation util it is deleted or has an owner reference added.
@csviri @vmuzikar
Beta Was this translation helpful? Give feedback.
All reactions