Skip to content

Commit

Permalink
docs: Add a note about systemd 245 rp_filter issue
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and joestringer committed Oct 23, 2020
1 parent 72c1073 commit 61100c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/operations/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ RancherOS_ >= 1.5.5
Linux distribution that works well, please let us know by opening a
GitHub issue or by creating a pull request that updates this guide.

.. note:: Systemd 245 and above (``systemctl --version``) overrides ``rp_filter`` setting
of Cilium network interfaces. This introduces connectivity issues (see
`GH-10645 <https://github.com/cilium/cilium/issues/10645>`_ for details). To
avoid that, configure ``rp_filter`` in systemd using the following commands:

.. code:: bash
echo 'net.ipv4.conf.lxc*.rp_filter = 0' > /etc/sysctl.d/99-override_cilium_rp_filter.conf
systemctl restart systemd-sysctl
.. _admin_kernel_version:

Linux Kernel
Expand Down

0 comments on commit 61100c5

Please sign in to comment.