Merge pull request #29489 from saschagrunert/privileged-unconfined
Mention that privileged containers run unconfined
This commit is contained in:
@@ -46,6 +46,12 @@ make sure that your cluster is [configured
|
|||||||
correctly](https://kind.sigs.k8s.io/docs/user/quick-start/#setting-kubernetes-version)
|
correctly](https://kind.sigs.k8s.io/docs/user/quick-start/#setting-kubernetes-version)
|
||||||
for the version you are using.
|
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 -->
|
<!-- steps -->
|
||||||
|
|
||||||
## Enable the use of `RuntimeDefault` as the default seccomp profile for all workloads
|
## Enable the use of `RuntimeDefault` as the default seccomp profile for all workloads
|
||||||
|
|||||||
Reference in New Issue
Block a user