Hide Forgot
Description of problem: The DNS operator currently vendors Kubernetes 1.22 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/cluster-dns-operator/blob/release-4.10/go.mod>. Actual results: Kubernetes packages (k8s.io/api, k8s.io/apimachinery, and k8s.io/client-go) are at version v0.22.4. 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 <https://github.com/openshift/cluster-dns-operator/blob/release-4.10/go.mod> and Kubernetes packages have been updated to version v0.23.0. Verified with 4.10.0-0.nightly-2022-01-25-023600 and no regression issue.
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