-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.17
Description of problem
The cluster-dns-operator repository vendors controller-runtime v0.17.3, which uses Kubernetes 1.29 packages. The cluster-dns-operator repository also vendors k8s.io/* v0.29.2 packages. However, OpenShift 4.17 is based on Kubernetes 1.30.
Version-Release number of selected component (if applicable)
4.17.
How reproducible
Always.
Steps to Reproduce
Check https://github.com/openshift/cluster-dns-operator/blob/release-4.17/go.mod.
Actual results
The sigs.k8s.io/controller-runtime package is at v0.17.3, and the k8s.io/* packages are at v0.29.2.
Expected results
The sigs.k8s.io/controller-runtime package is at v0.18.0 or newer, and the k8s.io/* packages are at v0.30.0 or newer.
Additional info
The controller-runtime v0.18 release includes some breaking changes; see the release notes at https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.18.0.
- blocks
-
OCPBUGS-38483 [Backport 4.17] Bump cluster-dns-operator to client-go v0.30 and controller-runtime v0.18
- POST
- is cloned by
-
OCPBUGS-38483 [Backport 4.17] Bump cluster-dns-operator to client-go v0.30 and controller-runtime v0.18
- POST
- is related to
-
OCPBUGS-32941 Bump cluster-dns-operator to Kubernetes 1.29 for 4.16
- Closed
- links to
-
RHEA-2024:6122 OpenShift Container Platform 4.18.z bug fix update