CMP-3618 broke kubernetes remediation into two#14690
CMP-3618 broke kubernetes remediation into two#14690vickeybrown wants to merge 1 commit intoComplianceAsCode:masterfrom
Conversation
|
Hi @vickeybrown. Thanks for your PR. I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/ok-to-test |
|
@vickeybrown: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Description:
chronyd_configure_local_socketbetween OCP 4.12 (RHEL 8) and OCP 4.13+ (RHEL 9)
Rationale:
OCP 4.12 is based on RHEL 8, which does not support all the systemd
hardening directives used in the RHEL 9 version
OCP 4.13+ is based on RHEL 9, which fully supports these hardening
directives
Fixes # CMP-3618
Review Hints:
version annotations and different service file content (decode the URL-encoded
data to verify)
'<4.13.0'with shorter service file; Line 28has
'>=4.13.0'with full hardening