-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Feature] Cover CNF Test Suite vs Clusters where Pod Security Standard restricted is enforced #1887
Labels
Comments
A simple way to setup an hardened cluster as described in https://kubernetes.io/docs/tutorials/security/cluster-level-pss/
|
collivier
added a commit
to collivier/testsuite
that referenced
this issue
May 10, 2024
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/ close: cnti-testcatalog#1887 Signed-off-by: Cédric Ollivier <[email protected]>
11 tasks
collivier
added a commit
to collivier/testsuite
that referenced
this issue
Aug 27, 2024
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/ close: cnti-testcatalog#1887 Signed-off-by: Cédric Ollivier <[email protected]>
collivier
added a commit
to collivier/testsuite
that referenced
this issue
Aug 27, 2024
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/ close: cnti-testcatalog#1887 Signed-off-by: Cédric Ollivier <[email protected]>
collivier
added a commit
to collivier/testsuite
that referenced
this issue
Oct 15, 2024
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/ close: cnti-testcatalog#1887 Signed-off-by: Cédric Ollivier <[email protected]>
collivier
added a commit
to collivier/testsuite
that referenced
this issue
Oct 28, 2024
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/ close: cnti-testcatalog#1887 Signed-off-by: Cédric Ollivier <[email protected]>
collivier
added a commit
to collivier/testsuite
that referenced
this issue
Oct 29, 2024
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/ close: cnti-testcatalog#1887 Signed-off-by: Cédric Ollivier <[email protected]>
collivier
added a commit
to collivier/testsuite
that referenced
this issue
Nov 13, 2024
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/ close: cnti-testcatalog#1887 Signed-off-by: Cédric Ollivier <[email protected]>
collivier
added a commit
to collivier/testsuite
that referenced
this issue
Nov 13, 2024
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/ close: cnti-testcatalog#1887 Signed-off-by: Cédric Ollivier <[email protected]>
collivier
added a commit
to collivier/testsuite
that referenced
this issue
Nov 30, 2024
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/ close: cnti-testcatalog#1887 Signed-off-by: Cédric Ollivier <[email protected]>
collivier
added a commit
to collivier/testsuite
that referenced
this issue
Dec 2, 2024
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/ close: cnti-testcatalog#1887 Signed-off-by: Cédric Ollivier <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
CNF Test Suite cannot run today vs Clusters where Pod Security Standard restricted is enforced.
To work vs hardened clusters in production, Functest Kubernetes has to patch all 3 namespaces before running CNF Test Suite.
https://github.com/opnfv/functest-kubernetes/blob/master/functest_kubernetes/cnf_conformance/conformance.py#L67-L86
Describe the solution you'd like
I would like to see github actions verifying CNF TestSuite under the following configuration:
https://kubernetes.io/docs/tutorials/security/cluster-level-pss/
**How will this be tested? aka Acceptance Criteria (optional) **
The gate job would work and any new issue in CNF Test Suite would be detected premerge
The text was updated successfully, but these errors were encountered: