mirror of https://github.com/docker/docs.git
formatting
This commit is contained in:
parent
2f34e4314d
commit
7cd2226ac7
|
@ -9,11 +9,11 @@ default in Docker Universal Control Plane (UCP) 3.2. See [Pod Security
|
||||||
Policy](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) for an
|
Policy](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) for an
|
||||||
explanation of this Kubernetes concept.
|
explanation of this Kubernetes concept.
|
||||||
|
|
||||||
There are two default PSPs in UCP: a `privileged` policy
|
There are two default PSPs in UCP: a `privileged` policy and an `unprivileged`
|
||||||
and an `unprivileged` policy. Administrators of the cluster can enforce additional
|
policy. Administrators of the cluster can enforce additional policies and apply
|
||||||
policies and apply them to users and teams for further control of what runs in the
|
them to users and teams for further control of what runs in the Kubernetes
|
||||||
Kubernetes cluster. This guide describes the two default policies, and
|
cluster. This guide describes the two default policies, and provides two
|
||||||
provides two example use cases for custom policies.
|
example use cases for custom policies.
|
||||||
|
|
||||||
## Kubernetes Role Based Access Control (RBAC)
|
## Kubernetes Role Based Access Control (RBAC)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue