Bug 2041326 - Should bump cluster-kube-descheduler-operator to kubernetes version V1.23
Summary: Should bump cluster-kube-descheduler-operator to kubernetes version V1.23
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: kube-scheduler
Version: 4.10
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.10.0
Assignee: Jan Chaloupka
QA Contact: RamaKasturi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-01-17 06:17 UTC by zhou ying
Modified: 2022-03-10 16:39 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-03-10 16:39:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-kube-descheduler-operator pull 240 0 None open bug 2041326: Update the minKubeVersion in the CSV to reflect the v1.23 rebase 2022-01-20 21:02:22 UTC
Red Hat Product Errata RHSA-2022:0056 0 None None None 2022-03-10 16:39:56 UTC

Description zhou ying 2022-01-17 06:17:09 UTC
Description of problem:
Should bump cluster-kube-descheduler-operator to kubernetes version V1.23 


Version-Release number of selected component (if applicable):
[root@localhost ~]# oc version 
Client Version: 4.10.0-202201122238.p0.gda3f635.assembly.stream-da3f635
Server Version: 4.10.0-0.nightly-2022-01-16-191814
Kubernetes Version: v1.23.0+60f5a1c
[root@localhost ~]# oc get csv
NAME                                                 DISPLAY                            VERSION               REPLACES   PHASE
clusterkubedescheduleroperator.4.10.0-202201121612   Kube Descheduler Operator          4.10.0-202201121612              Succeeded


How reproducible:
always

Steps to Reproduce:
1. Check the kube-descheduler-operator’s kube version :
[root@localhost ~]# oc get csv
NAME                                                 DISPLAY                            VERSION               REPLACES   PHASE
clusterkubedescheduleroperator.4.10.0-202201121612   Kube Descheduler Operator          4.10.0-202201121612              Succeeded


`oc get csv clusterkubedescheduleroperator.4.10.0-202201121612  -o json  | jq '.spec.minKubeVersion'`


Actual results:
1. [root@localhost ~]# oc get csv clusterkubedescheduleroperator.4.10.0-202201121612  -o json  | jq '.spec.minKubeVersion'
"1.22.0"

Expected results:
Should bump to kubenetes version v1.23.


Additional info:

Comment 1 Mike Fiedler 2022-01-20 15:32:08 UTC
This blocks verification of epic https://issues.redhat.com/browse/WRKLDS-344

Comment 2 Tomas Smetana 2022-01-20 16:59:33 UTC
The descheduler operator is optional component. I really don't think we'd block release on it.

Comment 3 Jan Chaloupka 2022-01-20 21:01:46 UTC
The descheduler-operator kubernetes deps were updated to 1.23 in https://github.com/openshift/cluster-kube-descheduler-operator/pull/233. Only updating the minKubeVersion in the CSV is left.

Comment 5 RamaKasturi 2022-01-21 18:22:39 UTC
Verified with the build below and i see that the kubedescheduler minKubeVersion has been bumped to 1.23

[knarra@knarra verification-tests]$ oc get clusterversion
NAME      VERSION       AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.10.0-fc.2   True        False         10h     Cluster version is 4.10.0-fc.2


[knarra@knarra verification-tests]$ oc get csv -n openshift-kube-descheduler-operator
NAME                                                 DISPLAY                     VERSION               REPLACES   PHASE
clusterkubedescheduleroperator.4.10.0-202201210120   Kube Descheduler Operator   4.10.0-202201210120              Succeeded

[knarra@knarra verification-tests]$ oc get csv clusterkubedescheduleroperator.4.10.0-202201210120  -o json  -n openshift-kube-descheduler-operator| jq '.spec.minKubeVersion'
"1.23.0"

Based on the above moving bug to verified state.

Comment 8 errata-xmlrpc 2022-03-10 16:39:45 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 (Moderate: OpenShift Container Platform 4.10.3 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-2022:0056


Note You need to log in before you can comment on or make changes to this bug.