update kube to v1.24 jira: https://issues.redhat.com/browse/API-1377 rebase PR: https://github.com/openshift/kubernetes/pull/1252
This is still in the works...
origin PR https://github.com/openshift/origin/pull/27181
$ oc version Client Version: 4.11.0-fc.0 Kustomize Version: v4.5.4 Server Version: 4.11.0-0.nightly-2022-06-22-190830 Kubernetes Version: v1.24.0+284d62a $ oc get pod -n openshift-kube-apiserver-operator -oyaml | grep -A1 OPERAND_IMAGE_VERSION - name: OPERAND_IMAGE_VERSION value: 1.24.0 $ oc get pod -n openshift-kube-controller-manager-operator -oyaml | grep -A1 OPERAND_IMAGE_VERSION - name: OPERAND_IMAGE_VERSION value: 1.24.0 $ oc get pod -n openshift-kube-scheduler-operator -oyaml| grep -A1 OPERAND_IMAGE_VERSION - name: OPERAND_IMAGE_VERSION value: 1.24.0 $ oc adm release info --commits registry.ci.openshift.org/ocp/release:4.11.0-0.nightly-2022-06-22-190830 ... Release Metadata: Version: 4.11.0-0.nightly-2022-06-22-190830 Upgrades: <none> Metadata: Component Versions: kubernetes 1.24.0 machine-os 411.86.202206172255-0 Red Hat Enterprise Linux Core $ oc adm release info --commits registry.ci.openshift.org/ocp/release:4.11.0-0.nightly-2022-06-22-190830 | grep kube-descheduler-operator no results found。 The kube-descheduler-operator is not landed in nightly build, skip checking it. Based on above checking, kube version has been updated to 1.24.0, move the bub VERIFIED.
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 (Important: OpenShift Container Platform 4.11.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-2022:5069