You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,11 +83,13 @@ For example:
83
83
84
84
#### Support traffic shaping
85
85
86
+
**Experimental Feature**
87
+
86
88
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)
87
89
plugin offered by the CNI plugin team or use your own plugin with bandwidth control functionality.
88
90
89
-
If you want to enable traffic shaping support, you must add a`bandwidth` plugin to your CNI configuration file
90
-
(default `/etc/cni/net.d`).
91
+
If you want to enable traffic shaping support, you must add the`bandwidth` plugin to your CNI configuration file
92
+
(default `/etc/cni/net.d`) and ensure that the binary is included in your CNI bin dir (default `/opt/cni/bin`).
0 commit comments