mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +00:00
Merge pull request #549 from stormqueen1990/fix/add-admonition-for-caveat-psp
Add admonition for caveat on finding PSPs in use
This commit is contained in:
+4
@@ -24,6 +24,10 @@ You must perform the following steps _while still in Kubernetes v1.24_:
|
||||
|
||||
1. Map your active PSPs to Pod Security Standards:
|
||||
1. See which PSPs are still active in your cluster:
|
||||
:::caution
|
||||
This strategy may miss workloads that aren't currently running, such as CronJobs, workloads currently scaled to zero, or workloads that haven't rolled out yet.
|
||||
:::
|
||||
|
||||
```shell
|
||||
kubectl get pods \
|
||||
--all-namespaces \
|
||||
|
||||
Reference in New Issue
Block a user