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
Currently when deleting a ResourceGroup Instance (RGI), all managed sub resources are automatically deleted. We need to add support for a detach-on-deletion annotation (kro.run/detach-on-deletion: "true") that will release managed resources from kro's control without deleting them when the RGI is deleted. This will allow operators to preserve important resources for debugging, migration scenarios, or cases where resources need to outlive their parent RGI.
Feature Description
Currently when deleting a ResourceGroup Instance (RGI), all managed sub resources are automatically deleted. We need to add support for a detach-on-deletion annotation (
kro.run/detach-on-deletion: "true"
) that will release managed resources from kro's control without deleting them when the RGI is deleted. This will allow operators to preserve important resources for debugging, migration scenarios, or cases where resources need to outlive their parent RGI.Example:
The text was updated successfully, but these errors were encountered: