Skip to content

Commit

Permalink
rewrite: keep the bpf-lb-sock-hostns-only param
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Song <rootsongjc@gmail.com>
  • Loading branch information
rootsongjc authored and dylandreimerink committed Jan 11, 2024
1 parent 6abe5d2 commit bcecdcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/network/servicemesh/istio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Disruptions can happen when you enable Cilium's ``kubeProxyReplacement`` feature
which enables socket based load balancing inside a Pod.


To ensure that Cilium does not interfere with Istio, Cilium must be deployed
with the ``--set socketLB.hostNamespaceOnly=true`` cilium CLI flag, or with the ``socketLB.hostNamespaceOnly`` Helm value.
To ensure that Cilium does not interfere with Istio, it is important to set the
``bpf-lb-sock-hostns-only`` parameter in the Cilium ConfigMap to ``true``. This can be achieved by using the
``--set`` flag with the ``socketLB.hostNamespaceOnly`` Helm value set to ``true``.
You can confirm the result with the following command:

.. code-block:: shell-session
Expand Down

0 comments on commit bcecdcc

Please sign in to comment.