-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Checklist
- I did not find a related open enhancement request.
- I understand that enhancement requests filed in the GitHub repository are by default low priority.
- If this request is time-sensitive, I have submitted a corresponding issue with GCP support.
Describe the feature
Description: Currently, the nomos vet command validates configurations but does not provide sufficient visibility into how close the resources are to hitting system limits (such as the ResourceGroup object size limit). Users have reported that the tool often doesn't give a clear indication of usage versus the limit, making it difficult to know when they are approaching a breaking point.
Feature request: Enhance nomos vet to calculate and display the estimated size of the resources being validated. The output should indicate how close the current configuration is to the maximum allowed limit (e.g., by showing the utilized percentage or total byte size), rather than just the number of objects.
Alternatives considered: Relying solely on object counts, which is often an inaccurate heuristic for the actual serialized size of the objects.
Similar issue #2018
Importance
No response