-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add subscription file for ROSA installs #12004
Add subscription file for ROSA installs #12004
Conversation
Since ROSA clusters only have worker nodes, we need to modify the subscription to allow the operator to schedule on worker nodes. Without this, ROSA installations will spin waiting for master nodes to schedule on. This will get wired up to CI through the ocp4e2e test suite in a separate PR: ComplianceAsCode/ocp4e2e#41
🤖 A k8s content image for this PR is available at: Click here to see how to deploy itIf you alread have Compliance Operator deployed: Otherwise deploy the content and operator together by checking out ComplianceAsCode/compliance-operator and: |
Code Climate has analyzed commit 7e9e212 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 59.4% (0.0% change). View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Note to reviewers: You should be able to test this on a ROSA cluster by applying the subscription file and the operator should come up like it normally would. |
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
/packit retest-failed |
1 similar comment
/packit retest-failed |
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
We've made some changes to the Compliance Operator so that it supports running on managed offerings. This commit wires up testing CIS and PCI-DSS node profiles on ROSA so that we can assess the compliance posture of those profiles on the platform. The following related PRs need to land before this change will wire things up appropriately: ComplianceAsCode/content#12004 ComplianceAsCode/ocp4e2e#41
Since ROSA clusters only have worker nodes, we need to modify the
subscription to allow the operator to schedule on worker nodes.
Without this, ROSA installations will spin waiting for master nodes to
schedule on.
This will get wired up to CI through the ocp4e2e test suite in a
separate PR:
ComplianceAsCode/ocp4e2e#41