1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Add kube bugs to the 4.21 RNs

This commit is contained in:
Tami Love
2026-01-29 20:06:06 -05:00
parent b15c3bc15a
commit b2e600954d

View File

@@ -90,6 +90,12 @@ Instructions: Add entries in the following format under the appropriate heading:
[id="rn-ocp-release-note-kube-controller-manager-fixed-issues_{context}"]
== Kube Controller Manager
* Before this update, `relatedObjects` in the `ClusterOperator` Custom Resource object omitted the `ClusterRoleBinding` object, resulting in incomplete debugging information. With this release, the related objects for `ClusterOperator` are expanded to include `ClusterRoleBinding`. As a result, the `kube-controller-manager` `ClusterRoleBinding` is included in the `ClusterOperator` output. (link:https://issues.redhat.com/browse/OCPBUGS-65502[OCPBUGS-65502])
[id="rn-ocp-release-note-kube-scheduler-fixed-issues_{context}"]
== Kube Scheduler
* Before this update, the `ClusterOperator` object failed to reference `ClusterRoleBinding` in the `relatedObjects` array, and caused the `Kube-scheduler` `ClusterRoleBinding` to be omitted in the `ClusterOperator` output. As a consequence, debugging difficulties occurred. With this release, the `ClusterRoleBinding` for the `kube-scheduler` Operator is added to the `ClusterOperator` `relatedObjects`. (link:https://issues.redhat.com/browse/OCPBUGS-65503[OCPBUGS-65503])
[id="rn-ocp-release-note-kube-api-server-fixed-issues_{context}"]
== Kubernetes API Server