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
@pierskarsenbarg The managed node groups already support EFA. This is not a node group or cluster setting (i.e. nothing configurable via AWS APIs).
You'll need to choose an instance type that has EFA support (e.g. p5.48xlarge), add the EFA interfaces to the launch template and then install the aws-efa-k8s-device-plugin helm chart.
What we could do provider side is expose a flag (e.g. enabledEfaSupport) or auto detect instances with EFA support and add the EFA interfaces to the launch template.
Hello!
Issue details
AWS added ability to support elastic fabric adapter in EKS: https://aws.amazon.com/about-aws/whats-new/2021/03/amazon-eks-supports-elastic-fabric-adapter/
Can we add this in to the managed node groups? Is there currently a workaround to enable this (I couldn't see anything in the base AWS provider)
Affected area/feature
The text was updated successfully, but these errors were encountered: