1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS#7527: Adding more info about PSA, including namespaces that are privileged

This commit is contained in:
Andrea Hoffer
2023-09-01 11:26:41 -04:00
committed by openshift-cherrypick-robot
parent a6fd14d314
commit dfefbccc65
5 changed files with 106 additions and 5 deletions

View File

@@ -8,12 +8,18 @@ toc::[]
Pod security admission is an implementation of the link:https://kubernetes.io/docs/concepts/security/pod-security-standards/[Kubernetes pod security standards]. Use pod security admission to restrict the behavior of pods.
// About pod security admission
include::modules/security-context-constraints-psa-about.adoc[leveloffset=+1]
// Security context constraint synchronization with pod security standards
include::modules/security-context-constraints-psa-synchronization.adoc[leveloffset=+1]
// Controlling pod security admission synchronization
include::modules/security-context-constraints-psa-opting.adoc[leveloffset=+1]
// Configuring pod security admission for a namespace
include::modules/security-context-constraints-psa-label.adoc[leveloffset=+1]
// About pod security admission alerts
include::modules/security-context-constraints-psa-rectifying.adoc[leveloffset=+1]