Merge pull request #6032 from php-coder/psp_add_link_to_admission_page
pod-security-policy.md: add links to the page about admission plugin
This commit is contained in:
@@ -143,8 +143,9 @@ its parent.
|
|||||||
|
|
||||||
## Admission
|
## Admission
|
||||||
|
|
||||||
_Admission control_ with `PodSecurityPolicy` allows for control over the
|
[_Admission control_ with `PodSecurityPolicy`](/docs/admin/admission-controllers/#podsecuritypolicy)
|
||||||
creation and modification of resources based on the capabilities allowed in the cluster.
|
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
|
Admission uses the following approach to create the final security context for
|
||||||
the pod:
|
the pod:
|
||||||
@@ -210,7 +211,7 @@ In order to use Pod Security Policies in your cluster you must ensure the
|
|||||||
following
|
following
|
||||||
|
|
||||||
1. You have enabled the API type `extensions/v1beta1/podsecuritypolicy` (only for versions prior 1.6)
|
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
|
1. You have defined your policies
|
||||||
|
|
||||||
## Working With RBAC
|
## Working With RBAC
|
||||||
|
|||||||
Reference in New Issue
Block a user