Change wording on scale-to-zero

Change wording to make it clear it's the workloads that are currently scaled to zero that won't be caught by the command.
This commit is contained in:
Mauren Berti
2023-04-19 13:39:21 -04:00
committed by GitHub
parent 7b440a3f68
commit 70eaaa1f3b
@@ -25,7 +25,7 @@ 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 that scale to zero, or workloads that haven't rolled out yet.
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