Skip to content

Commit

Permalink
add note about the neuron plugin in the eks README
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamjan committed Nov 27, 2023
1 parent 88f821a commit bcbfccf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/aws-cdk-lib/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ cluster.addNodegroupCapacity('custom-node-group', {
});
```

> **NOTE:** If you add instances with the inferentia (`inf1` or `inf2`) class the
> [neuron plugin](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/containers/dlc-then-eks-devflow.html)
> will be automatically installed in the kubernetes cluster.
#### Node Groups with IPv6 Support

Node groups are available with IPv6 configured networks. For custom roles assigned to node groups additional permissions are necessary in order for pods to obtain an IPv6 address. The default node role will include these permissions.
Expand Down

0 comments on commit bcbfccf

Please sign in to comment.