You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set an ownerReference on newly created clusters to the respective tenant object.
Just as we do for GitRepo objects.
The result is that cluster objects will then automatically be deleted if the owner (tenant) is deleted. This can be good or bad, maybe an opt-out mechanism (i.e. annotation) needs to be available?
The text was updated successfully, but these errors were encountered:
That is done automatically with ownerReferences. If you delete an owner with delete propagation "foreground" it adds a finalizer which is only removed once all owner objects are deleted.
Set an ownerReference on newly created clusters to the respective tenant object.
Just as we do for GitRepo objects.
The result is that cluster objects will then automatically be deleted if the owner (tenant) is deleted. This can be good or bad, maybe an opt-out mechanism (i.e. annotation) needs to be available?
The text was updated successfully, but these errors were encountered: