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

Both master and worker roles are available for default ss and default-auto-apply ss for a hypershift hosted cluster

XMLWordPrintable

    • Moderate
    • No
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      For hypershift hosted clusters, when Compliance Operator gets installed, check the default and default-auto-apply ss, you can see both master and worker roles are available, although there is only worker role available for hypershift hosted cluster.

      Version-Release number of selected component (if applicable):

      4.13.0-0.nightly-2023-07-15-034817

      How reproducible:

      Always

      Steps to Reproduce:

      1. Install Compliance Operator on hypershift hosted cluster following the doc https://docs.openshift.com/container-platform/4.13/security/compliance_operator/compliance-operator-installation.html#installing-compliance-operator-hcp_compliance-operator-installation 2.
      3.
      

      Actual results:

      when Compliance Operator get installed, check the default and default-auto-apply ss, you can see both master and worker roles are available

       

      $ oc get ss default -o=jsonpath={.roles}
      ["master","worker"]
      $ oc get ss default-auto-apply -o=jsonpath={.roles}
      ["master","worker"]
      

      Expected results:

      when Compliance Operator get installed, check the default and default-auto-apply ss, you can see only worker role is available

      Additional info:

       

            wsato@redhat.com Watson Sato
            xiyuan@redhat.com Xiaojie Yuan
            Xiaojie Yuan Xiaojie Yuan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: