-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[release-1.12] Surface cpu and mem requests forbidden errors (and other ones too) in KSVC creation #14618
[release-1.12] Surface cpu and mem requests forbidden errors (and other ones too) in KSVC creation #14618
Conversation
…there is something wrong (like low resources request and limits), since it was just beign propagated when the revision status was nil and the deployment existed trying to surface replicaset creation errors
…not nil after the revision is created
…can have Ready Inactive Revisions (scale to zero) * added docs and tests for this and the replicaset failure propagation
…, improved propagation logic + left todos regarding revision conditionset
…t failing to create
…and it fails fast, so removing the bits where it can go one way or another in the e2e resource_quota_error_test
… revision table test
… service creation test
… error so adding that case too
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-1.12 #14618 +/- ##
=============================================
Coverage 86.02% 86.02%
=============================================
Files 197 197
Lines 14916 14922 +6
=============================================
+ Hits 12831 12837 +6
Misses 1776 1776
Partials 309 309
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: knative-prow-robot, psschwei, ReToCode The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is an automated cherry-pick of #14453