Closed errordeveloper closed 3 years ago
It's potentially possible to use tuned in unmanaged mode
That's something else, won't work. Perhaps we can make use of tuned's sysfs or script plugins.
sysfs plugin does supports globs, however file-bases access to sysctl is through /proc/sys
, so that won't work.
script plugin remains the only option, and perhaps it's best to make it actually write a file, but it doesn't look like tuned supports inline script or scripts with arguments, so it needs to be written to a file somehow and bash -c
is not an option.
it's not fixable, a more direct solution to rp_filter
problem is needed (see https://github.com/cilium/cilium/issues/10645#issuecomment-769604842).
Looks like Tuned CR introduced in edc1a1044b407819c6b58c22b4a062da9666bd76 is not working.
It has no effect in OCP 4.6, since systemd version is an older one, so it's not subject to cilium/cilium#10645.
OCP 4.6:
OKD 4.5:
What happens is that tuned complains like so:
It's potentially possible to use tuned in unmanaged mode to solve this, but that needs investigating.