File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,17 @@ This document describes how to configure and use kernel parameters within a
13
13
Kubernetes cluster using the {{< glossary_tooltip term_id="sysctl" >}}
14
14
interface.
15
15
16
+ {{< note >}}
17
+ Starting from Kubernetes version 1.23, the kubelet supports the use of either ` / ` or ` . `
18
+ as separators for sysctl names.
19
+ For example, you can represent the same sysctl name as ` kernel.shm_rmid_forced ` using a
20
+ period as the separator, or as ` kernel/shm_rmid_forced ` using a slash as a separator.
21
+ For more sysctl parameter conversion method details, please refer to
22
+ the page [ sysctl.d(5)] ( https://man7.org/linux/man-pages/man5/sysctl.d.5.html ) from
23
+ the Linux man-pages project.
24
+ Setting Sysctls for a Pod and PodSecurityPolicy features do not yet support
25
+ setting sysctls with slashes.
26
+ {{< /note >}}
16
27
## {{% heading "prerequisites" %}}
17
28
18
29
You can’t perform that action at this time.
0 commit comments