-
Notifications
You must be signed in to change notification settings - Fork 748
CMP-3540: Remove SDN proxy kubeconfig assertions from 4.17+ assertion files #13987
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
base: master
Are you sure you want to change the base?
CMP-3540: Remove SDN proxy kubeconfig assertions from 4.17+ assertion files #13987
Conversation
… files OpenShift uses OVN Kubernetes on 4.17, and the SDN rules are not applicable in those versions such that they're not run in profiles that use them. This commit removes the assertions that expect them to be there on those versions.
/test |
@rhmdnd: The
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test 4.18-e2e-aws-ocp4-cis |
@rhmdnd: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
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.
@rhmdnd So if I understand correctly, the rules are still evaluated, but result in NOT-APPLICABLE
.
After ocp4e2e
refactor we started looping through ComplianceCheckResutls
, and rules resulting in NOT-APPLICABLE
don't generate a CCR. Is that correct?
If so it probably makes sense to remove all rules resulting in NOT-APPLICABLE
.
ocp4-cis-file-groupowner-proxy-kubeconfig: | ||
default_result: NOT-APPLICABLE | ||
result_after_remediation: NOT-APPLICABLE | ||
ocp4-cis-file-owner-proxy-kubeconfig: |
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.
Remove ocp4-cis-file-owner-proxy-kubeconfig
too.
ocp4-cis-etcd-peer-key-file: | ||
default_result: PASS | ||
result_after_remediation: PASS | ||
ocp4-cis-file-groupowner-proxy-kubeconfig: |
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.
Remove ocp4-cis-file-groupowner-proxy-kubeconfig
too.
OpenShift uses OVN Kubernetes on 4.17, and the SDN rules are not
applicable in those versions such that they're not run in profiles that
use them. This commit removes the assertions that expect them to be
there on those versions.