Skip to content

Commit

Permalink
Add ENABLE_POD_ENI to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Mogren authored and mogren committed Sep 14, 2020
1 parent 08a35cf commit 0948d38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,19 @@ Default: `""`

Specifies the cluster name to tag allocated ENIs with. See the "Cluster Name tag" section below.


---

`ENABLE_POD_ENI` (Since v1.7.0)

Type: Boolean as a String

Default: `false`

To enable security groups for pods you need to have at least an EKS 1.17 eks.3 cluster. Setting `ENABLE_POD_ENI` to `true`
will add the `vpc.amazonaws.com/has-trunk-attached` label to the node, signifying that the feature is enabled.


### ENI tags related to Allocation

This plugin interacts with the following tags on ENIs:
Expand Down

0 comments on commit 0948d38

Please sign in to comment.