-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.16
-
Moderate
-
Yes
-
False
-
Description of problem:
Case OCP-47759 failed during Full Functional Test for 4.16, https://polarion.engineering.redhat.com/polarion/#/project/OSE/workitem?id=OCP-74439
Version-Release number of selected component (if applicable):
4.16.0-0.nightly-2024-06-19-201313
How reproducible:
Always
Steps to Reproduce:
1.Install a cluster
2.check hot looping in cvo logs # oc get pod -n openshift-cluster-version NAME READY STATUS RESTARTS AGE cluster-version-operator-58fcfb6488-j644z 1/1 Running 1 (60m ago) 71m # oc logs cluster-version-operator-58fcfb6488-j644z -n openshift-cluster-version > cvo.log # grep -o 'Updating .*due to diff' cvo.log | sort | uniq -c 15 Updating ClusterRoleBinding cluster-baremetal-operator due to diff 14 Updating ConfigMap openshift-machine-config-operator/kube-rbac-proxy due to diff #
Actual results:
cvo difference log has error with cluster-baremetal-operator and openshift-machine-config-operator # grep -o 'Updating .*due to diff' cvo.log | sort | uniq -c 15 Updating ClusterRoleBinding cluster-baremetal-operator due to diff 14 Updating ConfigMap openshift-machine-config-operator/kube-rbac-proxy due to diff #
Expected results:
cvo log difference should be empty
Additional info:
- is related to
-
OCPBUGS-19391 CVO hotloops on ClusterRoleBinding cluster-baremetal-operator and ConfigMap openshift-machine-config-operator/kube-rbac-proxy
- Closed