Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] EFA Enablement in AWS Plugin #116

Open
tatsuhirochiba opened this issue Jun 7, 2023 · 0 comments
Open

[Feature Request] EFA Enablement in AWS Plugin #116

tatsuhirochiba opened this issue Jun 7, 2023 · 0 comments
Labels
aws enhancement New feature or request
Milestone

Comments

@tatsuhirochiba
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
We are now separately setting up EFA specific artifacts (i.e. deployments for device plugin, operating system configs, etc.) in the cluster, but we want to deploy them automatically.

Describe the solution you'd like
Just prepare a toggle to enable EFA mode. Then aws plugin will handle all required configurations while setting up the cluster.

kind: MultiNicNetwork
metadata:
  name: multinic-aws-ipvlan
spec:
  ipam: |
    {
      "type": "multi-nic-ipam",
      "hostBlock": 8, 
      "interfaceBlock": 2,
      "vlanMode": "l2"
    }
  multiNICIPAM: true
  plugin:
    cniVersion: "0.3.0"
    type: aws-ipvlan
    args: 
      mode: l2
      EFA: true

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@tatsuhirochiba tatsuhirochiba added the enhancement New feature or request label Jun 7, 2023
@tatsuhirochiba tatsuhirochiba changed the title [Future Request] EFA Enablement in AWS Plugin [Feature Request] EFA Enablement in AWS Plugin Jun 7, 2023
@tatsuhirochiba tatsuhirochiba added this to the v1.2.0 milestone Jun 7, 2023
@sunya-ch sunya-ch modified the milestones: v1.2.0, v1.2.1 Aug 22, 2023
@sunya-ch sunya-ch modified the milestones: v1.2.1, v1.2.2 Oct 25, 2023
@sunya-ch sunya-ch modified the milestones: v1.3.0, v2.0.0 Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants