From 4d52d3a5186df5dff6c09c715f4231afadc96f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Tue, 16 Aug 2022 12:50:27 +0200 Subject: [PATCH] docs(bandwidth-manager): add note on per-pod limits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ upstream commit 0fdd2908550e8ed10b12d75b87eaec32cbdef985 ] Signed-off-by: Raphaƫl Pinson Co-authored-by: Paul Chaignon Co-authored-by: Daniel Borkmann Signed-off-by: Tobias Klauser --- Documentation/gettingstarted/bandwidth-manager.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/gettingstarted/bandwidth-manager.rst b/Documentation/gettingstarted/bandwidth-manager.rst index da8aa21ecd667..1c7faa4d6e278 100644 --- a/Documentation/gettingstarted/bandwidth-manager.rst +++ b/Documentation/gettingstarted/bandwidth-manager.rst @@ -170,6 +170,12 @@ the ``netperf-server`` Pod): Each Pod is represented in Cilium as an :ref:`endpoint` which has an identity. The above identity can then be correlated with the ``cilium endpoint list`` command. +.. note:: + + Bandwidth limits apply on a per-Pod scope. In our example, if multiple + replicas of the Pod are created, then each of the Pod instances receives + a 10M bandwidth limit. + .. _BBR Pods: BBR for Pods