Merge pull request #29489 from saschagrunert/privileged-unconfined

Mention that privileged containers run unconfined
This commit is contained in:
Kubernetes Prow Robot
2021-08-20 02:35:24 -07:00
committed by GitHub
@@ -46,6 +46,12 @@ make sure that your cluster is [configured
correctly](https://kind.sigs.k8s.io/docs/user/quick-start/#setting-kubernetes-version)
for the version you are using.
{{< note >}}
It is not possible to apply a seccomp profile to a container running with
`privileged: true` set in the container's `securityContext`. Privileged containers always
run as `Unconfined`.
{{< /note >}}
<!-- steps -->
## Enable the use of `RuntimeDefault` as the default seccomp profile for all workloads