Ilias Rinis
Ilias Rinis
This PR adds a monitor test that checks all `openshift` prefixed namespaces and requires that all 3 PSa labels are defined.
Adds e2e tests for the behavior added here: - https://github.com/openshift/cluster-policy-controller/pull/127
This is a manual cherry pick of #28660.
The required-scc monitor test checks the list of default SCCs in order to determine whether the assigned SCC is custom or not; that list is missing the `node-exporter` SCC which...
This is a proof PR for https://github.com/openshift/library-go/pull/1964. It only updates the ciphers used (like the original PR does) and not bumping lib-go, because there is a kube version mismatch between...
In order to be able to run openshift's conformance e2e test suite on a cluster with external OIDC configured, we must skip any tests that are inherently irrelevant to OIDC...
This test will fail without https://github.com/openshift/oc/pull/2117 and must not be merged before the fix. /hold