Lineage
read-only · v1.0
static mock demo — no cluster connection, no oc, no credentials
Static mock demo. This page uses a small bundled sample dataset. It does not connect to a cluster, run oc, or read local credentials.

Security Context Constraints (3)

Admission attribution computed from the openshift.io/scc annotation on each running pod. Sorted newest first by creationTimestamp.

SCCPriorityPrivilegedHostNetHostPIDHostIPCRunAsUserPods admittedAbsent SA grantsCreated
anyuid 10 no no no no RunAsAny 3 1 absent 1y
privileged priv 10 yes yes yes yes RunAsAny 1 1 absent 1y
restricted-v2 no no no no MustRunAsRange 1 0 1y

An absent SA grant is an entry in scc.users of the form system:serviceaccount:<ns>:<name> whose ServiceAccount object is gone. SCC admission still matches the name string the moment the SA is recreated.