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

Conformance tests failing due to global-pull-secret-syncer pods missing priority class

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 4.19.z, 4.20.z, 4.21.0
    • HyperShift / ROSA
    • None
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • Proposed
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem

      Conformance tests are failing because global-pull-secret-syncer pods in the kube-system namespace do not have the required priority class set. The conformance test expects all pods to have either
      "openshift-user-critical" priority class or a priority class that begins with "system-", but these pods have an empty priority class.

      Version-Release number

      4.21

      How reproducible

      Always

      Steps to Reproduce

      1. Run the conformance test suite on a HyperShift ROSA cluster
      2. Execute the priority class validation test at github.com/openshift/origin/test/extended/pods/priorityclasses.go:93
      3. Observe the test failure

      Actual results

      The conformance test fails with:

        fail [github.com/openshift/origin/test/extended/pods/priorityclasses.go:93]:
        3 pods found with invalid priority class (should be openshift-user-critical or begin with system-):
        kube-system/global-pull-secret-syncer-g4cq7 (currently "")
        kube-system/global-pull-secret-syncer-lsf25 (currently "")
        kube-system/global-pull-secret-syncer-s7wdq (currently "")
        

      Expected results

      All pods should have valid priority classes set. The global-pull-secret-syncer pods should have either "openshift-user-critical" or a priority class beginning with "system-".

      Additional info

              jparrill@redhat.com Juan Manuel Parrilla Madrid
              jparrill@redhat.com Juan Manuel Parrilla Madrid
              None
              None
              Jie Zhao Jie Zhao
              None
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: