-
Notifications
You must be signed in to change notification settings - Fork 18
Issues related to Child Resources having no owner references #488
Comments
I believe you're supposed to implement the |
Yea, the intent is to implement
Assuming there is an informer defined for the child resource, using Option 2 feels like a good middle ground. It will be a breaking change for users who only operate in the same namespace but don't want to use owner refs (I'm not sure why someone would need that). The reconciler will fail fast at startup rather than spam the API server with orphaned resources. What do you think? |
➕→2️⃣ |
Describe the bug
When creating children in a namespace different than the resource's namespace - the owner references can't be used. In such cases, OurChild func needs to be implemented. Under these circumstances,
Reproduction steps
.
Expected behavior
.
Additional context
No response
The text was updated successfully, but these errors were encountered: