Skip to content

Commit

Permalink
doc: add pod security policy reference link to document. (#18729)
Browse files Browse the repository at this point in the history
* doc: add pod security policy reference link to document.

* doc: add what's next for pod-security-policy ref.
  • Loading branch information
Colstuwjx authored Jan 29, 2020
1 parent c7dc8c1 commit 9803c50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/en/docs/concepts/policy/pod-security-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ updates.
## What is a Pod Security Policy?

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
the system, as well as defaults for the related fields. They allow an
administrator to control the following:
Expand Down Expand Up @@ -626,3 +626,9 @@ Refer to the [Sysctl documentation](
/docs/concepts/cluster-administration/sysctl-cluster/#podsecuritypolicy).

{{% /capture %}}

{{% capture whatsnext %}}

Refer to [Pod Security Policy Reference](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podsecuritypolicy-v1beta1-policy) for the api details.

{{% /capture %}}

0 comments on commit 9803c50

Please sign in to comment.