Kubetier
  1. Create a permissive PSP and bind it, or delete the restrictive PSP

  2. All pod-security guardrails are removed cluster-wide

  3. Create privileged pods.

    This only applies to clusters before 1.25

Rights needed, any one set:

Note:

PodSecurityPolicy removed in 1.25, replaced by Pod Security Admission (PSA).

PSA enforces the Pod Security Standards (PSS), namely Privileged, Baseline, and Restricted, at namespace level via labels (e.g. pod-security.kubernetes.io/enforce: restricted).

K8s docs ↗