Skip to content

Commit

Permalink
Merge pull request #27376 from sftim/20210401_tidy_sysctl_task
Browse files Browse the repository at this point in the history
Tidy sysctl task page for GA
  • Loading branch information
k8s-ci-robot committed Apr 1, 2021
2 parents 8cadfc4 + 8f913ba commit adbf10d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions content/en/docs/tasks/administer-cluster/sysctl-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ content_type: task

<!-- overview -->

{{< feature-state for_k8s_version="v1.21" state="stable" >}}

This document describes how to configure and use kernel parameters within a
Kubernetes cluster using the {{< glossary_tooltip term_id="sysctl" >}}
interface.



## {{% heading "prerequisites" %}}


{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
{{< include "task-tutorial-prereqs.md" >}}

For some steps, you also need to be able to reconfigure the command line
options for the kubelets running on your cluster.


<!-- steps -->
Expand Down Expand Up @@ -165,6 +167,8 @@ to schedule those pods onto the right nodes.

## PodSecurityPolicy

{{< feature-state for_k8s_version="v1.21" state="deprecated" >}}

You can further control which sysctls can be set in pods by specifying lists of
sysctls or sysctl patterns in the `forbiddenSysctls` and/or
`allowedUnsafeSysctls` fields of the PodSecurityPolicy. A sysctl pattern ends
Expand Down

0 comments on commit adbf10d

Please sign in to comment.