Bug 2041326
| Summary: | Should bump cluster-kube-descheduler-operator to kubernetes version V1.23 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | zhou ying <yinzhou> |
| Component: | kube-scheduler | Assignee: | Jan Chaloupka <jchaloup> |
| Status: | CLOSED ERRATA | QA Contact: | RamaKasturi <knarra> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.10 | CC: | aos-bugs, jchaloup, mfojtik, mifiedle |
| Target Milestone: | --- | Keywords: | TestBlocker |
| Target Release: | 4.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-03-10 16:39:45 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: | |||
|
Description
zhou ying
2022-01-17 06:17:09 UTC
This blocks verification of epic https://issues.redhat.com/browse/WRKLDS-344 The descheduler operator is optional component. I really don't think we'd block release on it. 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. 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. 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 |