We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cadfc4 commit 90c9da9Copy full SHA for 90c9da9
content/en/docs/tasks/administer-cluster/sysctl-cluster.md
@@ -7,17 +7,19 @@ content_type: task
7
8
<!-- overview -->
9
10
+{{< feature-state for_k8s_version="v1.21" state="stable" >}}
11
+
12
This document describes how to configure and use kernel parameters within a
13
Kubernetes cluster using the {{< glossary_tooltip term_id="sysctl" >}}
14
interface.
15
-
16
## {{% heading "prerequisites" %}}
17
18
19
-{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
+{{< include "task-tutorial-prereqs.md" >}}
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.
23
24
25
<!-- steps -->
0 commit comments