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.
2 parents 753e70c + 61b8caf commit 370b521Copy full SHA for 370b521
content/en/docs/tutorials/clusters/seccomp.md
@@ -46,6 +46,12 @@ make sure that your cluster is [configured
46
correctly](https://kind.sigs.k8s.io/docs/user/quick-start/#setting-kubernetes-version)
47
for the version you are using.
48
49
+{{< note >}}
50
+It is not possible to apply a seccomp profile to a container running with
51
+`privileged: true` set in the container's `securityContext`. Privileged containers always
52
+run as `Unconfined`.
53
+{{< /note >}}
54
+
55
<!-- steps -->
56
57
## Enable the use of `RuntimeDefault` as the default seccomp profile for all workloads
0 commit comments