Anna Koudelkova
Anna Koudelkova
It seems to be working for [hypershift](https://jenkins-csb-openshift-qe-mastern.dno.corp.redhat.com/job/ocp-common/job/Flexy-install/340447/parameters/) cluster as well: ``` $ oc get rule upstream-ocp4-api-server-encryption-provider-cipher -o=jsonpath={.instructions} OpenShift supports encryption of data at rest of etcd datastore, but it is...
Pre-merge verified on a hypershift cluster, reference 1.3.1. is removed: ``` $ oc get rules -o yaml upstream-ocp4-kubelet-eviction-thresholds-set-hard-memory-available | grep CIS-OCP control.compliance.openshift.io/CIS-OCP: 4.2.1 $ oc get rules -o yaml upstream-ocp4-kubelet-eviction-thresholds-set-hard-imagefs-available...
/lgtm Premerge verification steps: Objective: Ensure the old rules (`kubelet-configure-tls-cipher-suites-openshiftapiserver-operator` and `kubelet-configure-tls-cipher-suites-kubeapiserver-operator`) are removed and the rule `kubelet-configure-tls-cipher-suites-ingresscontroller` has been renamed to `ingress-controller-tls-cipher-suites`. Run compliance scan and see the remediation...
/lgtm Pre-merge verification steps: - Verify profile rhcos4-bsi-2022 exists: ``` $ oc get profiles |grep rhcos4-bsi upstream-rhcos4-bsi 80m 2022 upstream-rhcos4-bsi-2022 80m 2022 ``` - Verify rule only-allow-specific-certs exists and is...
The test case is PASSing on OCP 4.20 cluster with implemented changes from PR #960 : ``` === RUN TestTimeoutDisabledWithZeroValue === PAUSE TestTimeoutDisabledWithZeroValue === CONT TestTimeoutDisabledWithZeroValue 2025/12/01 15:35:37 waiting until...
The test case is PASSing succesfully on OCP 4.20 cluster. After running it, one of the worker nodes on my cluster has gone into degraded state though: ``` $ oc...
Pre-merge verificartion PASS with CO installed from this PR + OCP 4.20: Test case OCP-43072 run on the cluster without the defer step. Compliancesuite is created directly in this test...
LGTM. I have run the original test case without your enhancement and it took 82.38s for the test case to PASS and with this fix it is taking 134.50s to...