formatting

This commit is contained in:
ollypom 2019-06-26 17:28:09 +00:00
parent 2f34e4314d
commit 7cd2226ac7
No known key found for this signature in database
GPG Key ID: 2E6D9F4EBCB6B160
1 changed files with 5 additions and 5 deletions

View File

@ -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
explanation of this Kubernetes concept.
There are two default PSPs in UCP: a `privileged` policy
and an `unprivileged` policy. Administrators of the cluster can enforce additional
policies and apply them to users and teams for further control of what runs in the
Kubernetes cluster. This guide describes the two default policies, and
provides two example use cases for custom policies.
There are two default PSPs in UCP: a `privileged` policy and an `unprivileged`
policy. Administrators of the cluster can enforce additional policies and apply
them to users and teams for further control of what runs in the Kubernetes
cluster. This guide describes the two default policies, and provides two
example use cases for custom policies.
## Kubernetes Role Based Access Control (RBAC)