Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Do not over promise in BPF-masq docs #13733

Merged
merged 1 commit into from Oct 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/concepts/networking/masquerading.rst
Expand Up @@ -47,7 +47,7 @@ implementation. It requires Linux kernel 4.19 and can be enabled with
the ``bpf.masquerade=true`` helm option (enabled by default).

The current implementation depends on :ref:`the BPF NodePort feature <kubeproxy-free>`.
The dependency will be removed in the Cilium v1.9 release.
The dependency will be removed in the future (`GH-13732 <https://github.com/cilium/cilium/issues/13732>`_).

Masquerading can take place only on those devices which run the eBPF masquerading
program. This means that a packet sent from a pod to an outside will be masqueraded
Expand Down