From 951430790e506d79e78791673b2f98fa9e346f66 Mon Sep 17 00:00:00 2001 From: "Johannes M. Scheuermann" Date: Mon, 18 May 2020 09:29:31 +0200 Subject: [PATCH] Add note about experimental status of bandwidth limit --- .../compute-storage-net/network-plugins.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md index a9b76cdd51..2ff4ae2377 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md @@ -83,11 +83,13 @@ For example: #### Support traffic shaping +**Experimental Feature** + The CNI networking plugin also supports pod ingress and egress traffic shaping. You can use the official [bandwidth](https://github.com/containernetworking/plugins/tree/master/plugins/meta/bandwidth) plugin offered by the CNI plugin team or use your own plugin with bandwidth control functionality. -If you want to enable traffic shaping support, you must add a `bandwidth` plugin to your CNI configuration file -(default `/etc/cni/net.d`). +If you want to enable traffic shaping support, you must add the `bandwidth` plugin to your CNI configuration file +(default `/etc/cni/net.d`) and ensure that the binary is included in your CNI bin dir (default `/opt/cni/bin`). ```json {