Skip to content

Commit f87bfd3

Browse files
authored
Merge pull request #21042 from johscheuer/add-note-for-experimental-status
Add note about experimental status of bandwidth limit
2 parents e0c6633 + 9514307 commit f87bfd3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,13 @@ For example:
8383

8484
#### Support traffic shaping
8585

86+
**Experimental Feature**
87+
8688
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)
8789
plugin offered by the CNI plugin team or use your own plugin with bandwidth control functionality.
8890

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`).
9193

9294
```json
9395
{

0 commit comments

Comments
 (0)