Skip to content

[eno] Fix readiness handling for deleted tombstone resource - #647

Open
Ruinan Liu (ruinan-liu) wants to merge 2 commits into
mainfrom
users/ruinanliu/fix-deletion-tombstone-readiness
Open

[eno] Fix readiness handling for deleted tombstone resource#647
Ruinan Liu (ruinan-liu) wants to merge 2 commits into
mainfrom
users/ruinanliu/fix-deletion-tombstone-readiness

Conversation

@ruinan-liu

Copy link
Copy Markdown
Collaborator

ENO continued evaluating normal readiness expressions after tombstoned resources had been successfully deleted. Because readiness expressions cannot pass when the target object no longer exists, the ResourceState remained Deleted=true and Reconciled=true but Ready=nil, leaving the Composition stuck in NotReady.

This change identifies deletion snapshots before evaluating normal object readiness. Once deletion is confirmed, ENO treats deletion completion as the tombstone's terminal readiness state. This preserves existing readiness and deletion ordering while allowing the Composition to become ready.

Added unit, integration, ordering, ResourceSlice aggregation, and live-cluster E2E coverage for removing a readiness-enabled Service in a subsequent synthesis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant