-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.13.z
-
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:
- links to