You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Example*: `kernel.hostname` defines the system’s hostname.
35
35
36
-
-**Security (`kernel.random.*`, `net.ipv4.conf.*`, etc.)**: Manages security settings such as IP forwarding, source address validation, and firewall rules.
36
+
-**Security (`kernel.random.*`, `net.ipv4.conf.*`, etc.)**: Manages security settings such as IP forwarding, source address validation, and firewall rules.
37
37
*Example*: `net.ipv4.conf.all.rp_filter` enables reverse path filtering for added network security.
38
38
39
-
-**Process Limits (`kernel.*`)**: Controls limits for processes, such as the maximum number of processes or threads.
39
+
-**Process Limits (`kernel.*`)**: Controls limits for processes, such as the maximum number of processes or threads.
40
40
*Example*: `kernel.pid_max` sets the maximum number of process IDs (PIDs) the system can allocate.
41
41
42
42
## Creating a DaemonSet to modify kernel parameters
0 commit comments