Updated on 2025-06-13 GMT+08:00

Privileged Containers

It specifies whether a privileged container is allowed in a pod.

Value Range

  • false: A privileged container is not allowed.
  • true: A privileged container is allowed.

Default Value

true

Modifiable

Yes

Scope

CCE standard and CCE Turbo clusters

Suggestions

If privileged containers are strictly prohibited for security reasons, stop such containers.

Ensure that all pods in the cluster do not run privileged containers before disabling privileged containers, because disabling privileged containers will cause services with these containers configured fail to be delivered.