-
Notifications
You must be signed in to change notification settings - Fork 544
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
fix(olm): No longer report status if minKubeVersion not specified #1094
fix(olm): No longer report status if minKubeVersion not specified #1094
Conversation
Currently, OLM will report requirementStatus for `minKubeVersion` even if it is not specified. The status becomes confusing as `minKubeVersion` is not required. After this change, the status is no longer reported if `minKubeVersion` is not specified. Signed-off-by: Vu Dinh <vdinh@redhat.com>
/retest |
1 similar comment
/retest |
/lgtm |
/assign @njhale |
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.
I don't think this should be approved without a test. At a minimum, you could modify some of the existing tests to strategically simply not specify the minimum kube version.
Signed-off-by: Vu Dinh <vdinh@redhat.com>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene, dinhxuanvu, jpeeler 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 |
/retest |
Currently, OLM will report requirementStatus for
minKubeVersion
even if it is not specified. The status becomes confusing as
minKubeVersion
is not required. After this change, the statusis no longer reported if
minKubeVersion
is not specified.Signed-off-by: Vu Dinh vdinh@redhat.com
Description of the change:
No longer report status if minKubeVersion not specified
Motivation for the change:
Currently, OLM will report requirementStatus for
minKubeVersion
even if it is not specified. The status becomes confusing as
minKubeVersion
is not required.Reviewer Checklist
/docs