We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470af7f commit 782e626Copy full SHA for 782e626
content/en/docs/tutorials/clusters/apparmor.md
@@ -348,6 +348,11 @@ node with the required profile.
348
349
### Restricting profiles with the PodSecurityPolicy
350
351
+{{< note >}}
352
+PodSecurityPolicy is deprecated in Kubernetes v1.21, and will be removed in v1.25.
353
+See [PodSecurityPolicy documentation](/docs/concepts/policy/pod-security-policy/) for more information.
354
+{{< /note >}}
355
+
356
If the PodSecurityPolicy extension is enabled, cluster-wide AppArmor restrictions can be applied. To
357
enable the PodSecurityPolicy, the following flag must be set on the `apiserver`:
358
0 commit comments