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
Tratteria CRDs currently provide limited status information. For example, TraTs only show two states: PENDING and DONE. This minimal status reporting limits visibility into the resource's lifecycle and potential issues.
Desired Behavior
Implement a more elaborate and informative status reporting system for Tratteria CRDs, providing detailed information about the resource's state, progress, and any issues encountered.
Current Behavior
Tratteria CRDs currently provide limited status information. For example, TraTs only show two states: PENDING and DONE. This minimal status reporting limits visibility into the resource's lifecycle and potential issues.
Desired Behavior
Implement a more elaborate and informative status reporting system for Tratteria CRDs, providing detailed information about the resource's state, progress, and any issues encountered.
Example of Current Status (TraT)
Some Potential Status Fields (non-exhaustive)
observedGeneration
: The latest generation observed by the controller.phase
: A high-level summary of the resource's current state (e.g., "Pending", "PartiallyApplied", "Applied")components
: Status of individual components or stages, e.g.:verification
: Status of the verification rule propagation (e.g., "Pending", "PartiallyApplied", "Applied")generation
: Status of the generation rule propagation (e.g., "Pending", "PartiallyApplied", "Applied")lastSuccessfulUpdate
: Timestamp of the last successful updateerrors
: An array of any errors encountered during processingDiscussion Points
Affected Resources
TraT
TratteriaConfig
TraTExclusion
Related Issues
#64: TraT fails silently without reporting any status.
The text was updated successfully, but these errors were encountered: