Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sysctl configuration ability to HostPlumber #26

Open
xagent003 opened this issue Feb 12, 2022 · 0 comments
Open

Add sysctl configuration ability to HostPlumber #26

xagent003 opened this issue Feb 12, 2022 · 0 comments

Comments

@xagent003
Copy link
Contributor

xagent003 commented Feb 12, 2022

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

shweta50 pushed a commit that referenced this issue May 5, 2023
PMK-3918 Added addon resizer sidecar for aws auto-scaler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant