-
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
Add minimum kube version to CSV & check it against server version #663
Add minimum kube version to CSV & check it against server version #663
Conversation
cf3e9a8
to
1058462
Compare
@dinhxuanvu can you rebase this on master? that should re-kick the tests and also remove the gitlab required check |
e2b3767
to
531267d
Compare
61d29de
to
c6c7b84
Compare
1bad5c0
to
88f95d0
Compare
ffe216a
to
c2137af
Compare
/retest |
a9c1cd8
to
3332712
Compare
/retest |
d599c64
to
8eabf30
Compare
/retest |
Check new CSV field against server version reported from discovery and fail requirement check if version is earlier than necessary.
CSV must contain minimum kube version under spec.minKubeVersion. OLM will retrieve that info from CSV and check it against server version to determine its capability. If not compatible, OLM will not install operator(s). Signed-off-by: Vu Dinh <vdinh@redhat.com>
The format of kube version in CSV should be Major.Minor.Patch. For example, 1.1.1 is correct. Signed-off-by: Vu Dinh <vdinh@redhat.com>
/test e2e-aws |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dinhxuanvu, ecordell 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 |
Add minimum kube version to CSV & check it against server version
CSV must contain minimum kube version under spec.minKubeVersion.
OLM will retrieve that info from CSV and check it against server
version to determine its capability. If not compatible, OLM will
not install operator(s).
Signed-off-by: Vu Dinh vdinh@redhat.com