Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-36246

CVO hot looping on configmap and ClusterRoleBinding resources

XMLWordPrintable

    • Moderate
    • Yes
    • False
    • Hide

      None

      Show
      None

      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:

          

              Unassigned Unassigned
              rhn-support-dis Dinesh Kumar S
              Dinesh Kumar S Dinesh Kumar S
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: