Skip to content

Commit

Permalink
doc: Clarified GwAPI KPR prerequisites
Browse files Browse the repository at this point in the history
Before the GwAPI doc listed KPR mode as a prerequisite. However,
it's actually only required to enable BPF nodePort support.

Signed-off-by: Philip Schmid <philip.schmid@isovalent.com>
  • Loading branch information
PhilipSchmid authored and qmonnet committed Mar 13, 2024
1 parent 54c01e2 commit 1321e03
Showing 1 changed file with 4 additions and 3 deletions.
@@ -1,9 +1,10 @@
Prerequisites
#############

* Cilium must be configured with ``kubeProxyReplacement=true``.
Please refer to :ref:`kube-proxy replacement <kubeproxy-free>`
for more details.
* Cilium must be configured with NodePort enabled, using
``nodePort.enabled=true`` or by enabling the kube-proxy replacement with
``kubeProxyReplacement=true``. For more information, see :ref:`kube-proxy
replacement <kubeproxy-free>`.
* Cilium must be configured with the L7 proxy enabled using the ``--enable-l7-proxy`` flag (enabled by default).
* The below CRDs from Gateway API v1.0.0 ``must`` be pre-installed.
Please refer to this `docs <https://gateway-api.sigs.k8s.io/guides/?h=crds#getting-started-with-gateway-api>`_
Expand Down

0 comments on commit 1321e03

Please sign in to comment.