Bug 1812629

Summary: [DeScheduler] minkubeversion in the csv file of descheduler operator is set to 1.16 instead of 1.17
Product: OpenShift Container Platform Reporter: RamaKasturi <knarra>
Component: kube-schedulerAssignee: Jan Chaloupka <jchaloup>
Status: CLOSED ERRATA QA Contact: RamaKasturi <knarra>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.4CC: aos-bugs, maszulik, mfojtik
Target Milestone: ---   
Target Release: 4.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of:
: 1813280 (view as bug list) Environment:
Last Closed: 2020-07-13 17:19:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1813280    

Description RamaKasturi 2020-03-11 18:04:14 UTC
Description of problem:
Mmimkubeversion in the csv file of descheduler operator is set to 1.16 instead of 1.17 and this needs to be changed.

Version-Release number of selected component (if applicable):
[ramakasturinarra@dhcp35-60 OpenShift]$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.4.0-0.nightly-2020-03-10-002851   True        False         11h     Cluster version is 4.4.0-0.nightly-2020-03-10-002851


How reproducible:
Always

Steps to Reproduce:
1. Install descheduler operator for 4.4
2. Run the command  to get minkubeversion
oc get csv clusterkubedescheduleroperator.4.4.0-202003100736 -o yaml | grep minKubeVersion

Actual results:
[ramakasturinarra@dhcp35-60 OpenShift]$ oc get csv clusterkubedescheduleroperator.4.4.0-202003100736 -o yaml | grep minKubeVersion
  minKubeVersion: v1.16.0
    message: CSV minKubeVersion (v1.16.0) less than server version (v1.17.1)


Expected results:
minKubeVersion should be v1.17.0

Additional info:
MinKubeVersion: A minimum version of Kubernetes that server is supposed to have so operator(s) can be deployed. The Kubernetes version must be in "Major.Minor.Patch" format (e.g: 1.11.0).

Comment 1 Jan Chaloupka 2020-03-13 12:54:14 UTC
Merged upstream: https://github.com/openshift/cluster-kube-descheduler-operator/pull/94

Comment 3 Maciej Szulik 2020-03-13 13:40:44 UTC
Based on previous comment I'm moving this to verified.

Comment 6 errata-xmlrpc 2020-07-13 17:19:39 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:2409