-
Notifications
You must be signed in to change notification settings - Fork 40
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-4.14] OCPBUGS-17857: Do not error during capacity check if annotation does not exist on the node #389
[release-4.14] OCPBUGS-17857: Do not error during capacity check if annotation does not exist on the node #389
Conversation
Skipping CI for Draft Pull Request. |
@suleymanakbas91: This pull request references Jira Issue OCPBUGS-17857, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: suleymanakbas91 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 |
@suleymanakbas91: This pull request references Jira Issue OCPBUGS-17857, which is invalid:
Comment 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. |
/jira refresh |
@suleymanakbas91: This pull request references Jira Issue OCPBUGS-17857, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
fe3a53d
to
72b8f30
Compare
Also removes unnecessary API Reader and cleans up logging, introduces test cases for ignore cases
72b8f30
to
31ab0f8
Compare
/test lvm-operator-e2e-aws |
/lgtm |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release-4.14 #389 +/- ##
================================================
+ Coverage 15.76% 16.55% +0.78%
================================================
Files 23 24 +1
Lines 1992 2157 +165
================================================
+ Hits 314 357 +43
- Misses 1654 1772 +118
- Partials 24 28 +4
|
@suleymanakbas91: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
@suleymanakbas91: Jira Issue OCPBUGS-17857: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-17857 has been moved to the MODIFIED state. 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. |
fix: do not error during capacity check if annotation does not exist on the node
fix: ensure panic safety in PVC controller for non-set storageClassName