-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure proper handling of ErrorMessage/ErrorReason for referenced resources #1294
Comments
This should be already implemented as described, |
@vincepri looking at the linked code, it just copies the ErrorMessage/ErrorReason from the external resource, it doesn't give any additional context to the user |
/lifecycle active |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
/close |
@detiber: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind feature
Describe the solution you'd like
Ensure that we are properly checking a referenced resource for ErrorMessage/ErrorReason for referenced resources. If they are present, then we should not attempt to use data from those resources and we should propagate a summary to the user via our ErrorMessage/ErrorReason pointing the user to the resource(s) with ErrorMessage/ErrorReason set.
/priority important-soon
/milestone v1alpha2
The text was updated successfully, but these errors were encountered: