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 <tengqm@outlook.com>

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

Co-authored-by: Qiming Teng <tengqm@outlook.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
This commit is contained in:
Amarnath N 2023-04-04 11:25:51 +05:30 committed by GitHub
parent 486728768f
commit 7adcbc42d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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" >}}