Description of problem: [root@localhost roottest]# oc get csv clusterkubedescheduleroperator.4.9.0-202108171159 -o json | jq '.spec.minKubeVersion' "1.21.0" minKubeVersion should be set to v1.22 where as currently it is set as 1.21 Version-Release number of selected component (if applicable): [root@localhost roottest]# oc get csv NAME DISPLAY VERSION REPLACES PHASE clusterkubedescheduleroperator.4.9.0-202108171159 Kube Descheduler Operator 4.9.0-202108171159 Succeeded How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Verified with latest build and i see that minKubeVersion is set to the right one. [knarra@knarra cucushift]$ oc get csv -n openshift-kube-descheduler-operator NAME DISPLAY VERSION REPLACES PHASE clusterkubedescheduleroperator.4.9.0-202108210926 Kube Descheduler Operator 4.9.0-202108210926 Succeeded [knarra@knarra cucushift]$ oc get csv clusterkubedescheduleroperator.4.9.0-202108210926 -n openshift-kube-descheduler-operator -o json | jq '.spec.minKubeVersion' "1.22.0" Based on the above moving bug to verified state.
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 (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), 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/RHSA-2021:3759