Skip to content

Commit

Permalink
Bandwidth plugin with NP is currently unsupported (#2572)
Browse files Browse the repository at this point in the history
* Bandwidth plugin with NP

* Messaging review
  • Loading branch information
jayanthvn committed Sep 18, 2023
1 parent 6821bf5 commit c7729e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ Default: `false`

Setting `ENABLE_BANDWIDTH_PLUGIN` to `true` will update `10-aws.conflist` to include upstream [bandwidth plugin](https://www.cni.dev/plugins/current/meta/bandwidth/) as a chained plugin.

NOTE: Kubernetes Network Policy is supported in Amazon VPC CNI starting with version v1.14.0. Note that bandwidth plugin is not compatible with Amazon VPC CNI based Network policy. Network Policy agent uses TC (traffic classifier) system to enforce configured network policies for the pods. The policy enforcement will fail if bandwidth plugin is enabled due to conflict between TC configuration of bandwidth plugin and Network policy agent. We're exploring options to support bandwidth plugin along with Network policy feature and the issue is tracked [here](https://github.com/aws/aws-network-policy-agent/issues/68)

#### `ANNOTATE_POD_IP` (v1.9.3+)

Type: Boolean as a String
Expand Down

0 comments on commit c7729e0

Please sign in to comment.