From 7adcbc42d6658f2f2cbd9bc78df2aba4129fd5be Mon Sep 17 00:00:00 2001 From: Amarnath N <117257033+AmarNathChary@users.noreply.github.com> Date: Tue, 4 Apr 2023 11:25:51 +0530 Subject: [PATCH] update the document that setting sysctl (#40355) * update the documet that setting sysctl * Revert "update the document that setting sysctl " * update the document that setting sysctl * Update content/en/docs/tasks/administer-cluster/sysctl-cluster.md Co-authored-by: Qiming Teng * Update content/en/docs/tasks/administer-cluster/sysctl-cluster.md Co-authored-by: Qiming Teng --------- Co-authored-by: Qiming Teng --- content/en/docs/tasks/administer-cluster/sysctl-cluster.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/tasks/administer-cluster/sysctl-cluster.md b/content/en/docs/tasks/administer-cluster/sysctl-cluster.md index 55a873a02c..e0a7e5c1e2 100644 --- a/content/en/docs/tasks/administer-cluster/sysctl-cluster.md +++ b/content/en/docs/tasks/administer-cluster/sysctl-cluster.md @@ -26,6 +26,10 @@ the Linux man-pages project. {{< /note >}} ## {{% heading "prerequisites" %}} +{{< note >}} +`sysctl` is a Linux-specific command-line tool used to configure various kernel parameters +and it is not available on non-Linux operating systems. +{{< /note >}} {{< include "task-tutorial-prereqs.md" >}}