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
There might use usecase for configuring various sysctl parameters. Like enabling/disabling IP forwarding, RPF filters, TCP, ARP, ipv6, etc... HostPlumber could easily take in which to set and apply them on each host.
We could either take in pre-defined parameters only to apply, or just accept a list of key-value pairs to append to sysctl.conf on each host, applying whatever the user provides (with the assumption the user knows what they are doing, and has permissions to tweak every single parameter) This is a broader discussion as changing these settings can affect security or connectivity to the nodes
There might use usecase for configuring various sysctl parameters. Like enabling/disabling IP forwarding, RPF filters, TCP, ARP, ipv6, etc... HostPlumber could easily take in which to set and apply them on each host.
We could either take in pre-defined parameters only to apply, or just accept a list of key-value pairs to append to sysctl.conf on each host, applying whatever the user provides (with the assumption the user knows what they are doing, and has permissions to tweak every single parameter) This is a broader discussion as changing these settings can affect security or connectivity to the nodes
https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt
The text was updated successfully, but these errors were encountered: