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 c9640eb commit 3c8df5eCopy full SHA for 3c8df5e
content/en/docs/tutorials/security/cluster-level-pss.md
@@ -30,6 +30,11 @@ Install the following on your workstation:
30
- [KinD](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
31
- [kubectl](/docs/tasks/tools/)
32
33
+This tutorial demonstrates what you can configure for a Kubernetes cluster that you fully
34
+control. If you are learning how to configure Pod Security Admission for a managed cluster
35
+where you are not able to configure the control plane, read
36
+[Apply Pod Security Standards at the namespace level](/docs/tutorials/security/ns-level-pss).
37
+
38
## Choose the right Pod Security Standard to apply
39
40
[Pod Security Admission](/docs/concepts/security/pod-security-admission/)
0 commit comments