Skip to content

Commit adbf10d

Browse files
authored
Merge pull request #27376 from sftim/20210401_tidy_sysctl_task
Tidy sysctl task page for GA
2 parents 8cadfc4 + 8f913ba commit adbf10d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

content/en/docs/tasks/administer-cluster/sysctl-cluster.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ content_type: task
77

88
<!-- overview -->
99

10+
{{< feature-state for_k8s_version="v1.21" state="stable" >}}
11+
1012
This document describes how to configure and use kernel parameters within a
1113
Kubernetes cluster using the {{< glossary_tooltip term_id="sysctl" >}}
1214
interface.
1315

14-
15-
1616
## {{% heading "prerequisites" %}}
1717

1818

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

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

2224

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

166168
## PodSecurityPolicy
167169

170+
{{< feature-state for_k8s_version="v1.21" state="deprecated" >}}
171+
168172
You can further control which sysctls can be set in pods by specifying lists of
169173
sysctls or sysctl patterns in the `forbiddenSysctls` and/or
170174
`allowedUnsafeSysctls` fields of the PodSecurityPolicy. A sysctl pattern ends

0 commit comments

Comments
 (0)