Skip to content

Commit

Permalink
pod-security-policy.md: add links to the page about admission plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder authored and zacharysarah committed Nov 3, 2017
1 parent 28d3c0b commit 31eb95f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/concepts/policy/pod-security-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ its parent.

## Admission

_Admission control_ with `PodSecurityPolicy` allows for control over the
creation and modification of resources based on the capabilities allowed in the cluster.
[_Admission control_ with `PodSecurityPolicy`](/docs/admin/admission-controllers/#podsecuritypolicy)
allows for control over the creation and modification of resources based on the
capabilities allowed in the cluster.

Admission uses the following approach to create the final security context for
the pod:
Expand Down Expand Up @@ -210,7 +211,7 @@ In order to use Pod Security Policies in your cluster you must ensure the
following

1. You have enabled the API type `extensions/v1beta1/podsecuritypolicy` (only for versions prior 1.6)
1. You have enabled the admission controller `PodSecurityPolicy`
1. [You have enabled the admission control plug-in `PodSecurityPolicy`](/docs/admin/admission-controllers/#how-do-i-turn-on-an-admission-control-plug-in)
1. You have defined your policies

## Working With RBAC
Expand Down

0 comments on commit 31eb95f

Please sign in to comment.