Description of problem: OpenShift router currently vendors Kubernetes 1.21 packages. OpenShift 4.10 is based on Kubernetes 1.23. OpenShift release version: 4.10. Steps to Reproduce (in detail): 1. Check <https://github.com/openshift/router/blob/release-4.10/go.mod>. Actual results: Kubernetes packages (k8s.io/api, k8s.io/apimachinery, k8s.io/apiserver, and k8s.io/client-go) are at version v0.21.0. Expected results: Kubernetes packages are at version v0.23.0. Impact of the problem: Using old Kubernetes API and client packages brings risk of API compatibility issues.
Checked and verified the updated kubernetes package version in https://github.com/openshift/router/blob/master/go.mod.
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