-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.17
This is a clone of issue OCPBUGS-38102. The following is the description of the original issue:
—
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.
- clones
-
OCPBUGS-38102 Bump cluster-dns-operator to client-go v0.30 and controller-runtime v0.18
- Verified
- is blocked by
-
OCPBUGS-38102 Bump cluster-dns-operator to client-go v0.30 and controller-runtime v0.18
- Verified
- links to