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 instances don't track which version of their parent ResourceGroup they were created from. we need to add support for tracking ResourceGroup generation and resourceRevision (not sure about the revision) in instance status, and require an annotation (kro.run/allow-updates: "true") for instances to receive updates from their parent ResourceGroup. This prevents unexpected changes to running instances when ResourceGroups are modified.
Feature Description
Currently instances don't track which version of their parent
ResourceGroup
they were created from. we need to add support for trackingResourceGroup
generation andresourceRevision
(not sure about the revision) in instance status, and require an annotation (kro.run/allow-updates: "true"
) for instances to receive updates from their parent ResourceGroup. This prevents unexpected changes to running instances when ResourceGroups are modified.Example:
The text was updated successfully, but these errors were encountered: