File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,19 @@ content_type: task
7
7
8
8
<!-- overview -->
9
9
10
+ {{< feature-state for_k8s_version="v1.21" state="stable" >}}
11
+
10
12
This document describes how to configure and use kernel parameters within a
11
13
Kubernetes cluster using the {{< glossary_tooltip term_id="sysctl" >}}
12
14
interface.
13
15
14
-
15
-
16
16
## {{% heading "prerequisites" %}}
17
17
18
18
19
- {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
19
+ {{< include "task-tutorial-prereqs.md" >}}
20
20
21
+ For some steps, you also need to be able to reconfigure the command line
22
+ options for the kubelets running on your cluster.
21
23
22
24
23
25
<!-- steps -->
@@ -165,6 +167,8 @@ to schedule those pods onto the right nodes.
165
167
166
168
## PodSecurityPolicy
167
169
170
+ {{< feature-state for_k8s_version="v1.21" state="deprecated" >}}
171
+
168
172
You can further control which sysctls can be set in pods by specifying lists of
169
173
sysctls or sysctl patterns in the ` forbiddenSysctls ` and/or
170
174
` allowedUnsafeSysctls ` fields of the PodSecurityPolicy. A sysctl pattern ends
You can’t perform that action at this time.
0 commit comments