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
* feat: enable ip_forward, disable arp_ignore arp_filter
we are now enabling ip_forward on the node, this is required for the
embedded-cluster to work properly. we are also disabling arp_ignore
and arp_filter to make sure the system is prepared for calico.
* chore: do not fail if unable to config sysctl
* feat: does not fail if unable to write sysctl config
we only fail if the sysctl binary is not present on the system as we
know that preflights depend on it. if we fail to configure sysctl we
just move on as the preflights are expected to fail later on.
* feat: config sysctl on 'run-prelights' command
we need to configure sysctl before running the preflights.
* chore: add unit tests for the new functions
added unit tests around the sysctl configuation functions.
0 commit comments