Skip to content

Commit

Permalink
cilium, docs: add note to upgrade guide on host routing
Browse files Browse the repository at this point in the history
[ upstream commit 9153a87 ]

Add note to upgrade guide with regards to host routing probing.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Alexandre Perrin <alex@kaworu.ch>
  • Loading branch information
borkmann committed Nov 18, 2020
1 parent 2c30cf5 commit a01784d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/operations/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,14 @@ Annotations:
install --set ipv4.enabled=true``. The following section calls out specific
values where the prefix cannot be simply dropped followed by a full
table of old and new Helm values.
* On Linux kernel v5.10 and above, running the agent with BPF kube-proxy replacement
under direct routing operation as well as BPF-based masquerading will bypass
subsystems like netfilter/iptables in the host namespace in order to significantly
improve throughput and latency for the BPF datapath given routing is not performed
in the host stack but directly in BPF instead. To opt-out from this behavior,
the Helm option ``bpf.hostRouting=true`` can be used. If the underlying kernel
does not implement the needed BPF features, then the agent will fallback and rely
on host routing automatically.

.. _1.9_helm_options:

Expand Down

0 comments on commit a01784d

Please sign in to comment.