doc: add pod security policy reference link to document. (#18729)

* doc: add pod security policy reference link to document.

* doc: add what's next for pod-security-policy ref.
This commit is contained in:
Jacky Wu
2020-01-30 06:50:15 +08:00
committed by GitHub
parent c7dc8c141a
commit 9803c508b4
@@ -22,7 +22,7 @@ updates.
## What is a Pod Security Policy? ## What is a Pod Security Policy?
A _Pod Security Policy_ is a cluster-level resource that controls security A _Pod Security Policy_ is a cluster-level resource that controls security
sensitive aspects of the pod specification. The `PodSecurityPolicy` objects sensitive aspects of the pod specification. The [PodSecurityPolicy](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podsecuritypolicy-v1beta1-policy) objects
define a set of conditions that a pod must run with in order to be accepted into define a set of conditions that a pod must run with in order to be accepted into
the system, as well as defaults for the related fields. They allow an the system, as well as defaults for the related fields. They allow an
administrator to control the following: administrator to control the following:
@@ -626,3 +626,9 @@ Refer to the [Sysctl documentation](
/docs/concepts/cluster-administration/sysctl-cluster/#podsecuritypolicy). /docs/concepts/cluster-administration/sysctl-cluster/#podsecuritypolicy).
{{% /capture %}} {{% /capture %}}
{{% capture whatsnext %}}
Refer to [Pod Security Policy Reference](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podsecuritypolicy-v1beta1-policy) for the api details.
{{% /capture %}}