mirror of https://github.com/docker/docs.git
Adjusted for Changes in 3.0.2
Signed-off-by: ollypom <oppomeroy@gmail.com>
This commit is contained in:
parent
e74fd60201
commit
84905ed6d9
|
|
@ -113,8 +113,9 @@ Kubernetes workloads:
|
|||
* Docker EE has its own RBAC system, so it's not possible to create
|
||||
`ClusterRole` objects, `ClusterRoleBinding` objects, or any other object that is
|
||||
created by using the `/apis/rbac.authorization.k8s.io` endpoints.
|
||||
* To make sure your cluster is secure, only users with the "Full Control" role of the given Kubernetes namespace can deploy pods with
|
||||
privileged options. These are options like `PodSpec.hostIPC`, `PodSpec.hostNetwork`,
|
||||
* To make sure your cluster is secure, only users and service accounts that have been
|
||||
granted "Full Control" of all Kubernetes namespaces can deploy pods with privileged
|
||||
options. This includes: `PodSpec.hostIPC`, `PodSpec.hostNetwork`,
|
||||
`PodSpec.hostPID`, `SecurityContext.allowPrivilegeEscalation`,
|
||||
`SecurityContext.capabilities`, `SecurityContext.privileged`, and
|
||||
`Volume.hostPath`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue