eksctl icon indicating copy to clipboard operation
eksctl copied to clipboard

[Bug] Inf2 Managed Node Groups should have used Amazon Linux 2 GPU Optimized AMI

Open lindarr915 opened this issue 11 months ago • 3 comments

What were you trying to accomplish?

I'm creating an EKS Node Group with Inf2 instances

What happened?

The managed node group does not use Amazon Linux 2 GPU Optimized AMI. I would expect it use Amazon Linux 2 GPU Optimized AMI that includes Neuron device drivers.

How to reproduce it?

# my-neuron-cluster.yaml
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig

metadata:
  name: my-neuron-cluster
  region: us-west-2  # Replace with your desired AWS region

managedNodeGroups:
  - name: inf2-node-group
    instanceType: inf2.8xlarge
    minSize: 1  
    maxSize: 4 
    desiredCapacity: 2 

Logs

Anything else we need to know?

Versions

$ eksctl info
❯ eksctl version
eksctl version: 0.173.0-dev+a7ee89342.2024-03-01T03:40:57Z
kubectl version: v1.29.2

lindarr915 avatar Mar 28 '24 06:03 lindarr915

Hello lindarr915 :wave: Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website

github-actions[bot] avatar Mar 28 '24 06:03 github-actions[bot]

Hi @lindarr915 , at this time, eksctl doesn't fully support inf2 instance types. There was an attempt on this feature in the past, however we had to revert the PR due to issues caught by our integration tests.

TiberiuGC avatar Mar 28 '24 13:03 TiberiuGC

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar May 06 '24 01:05 github-actions[bot]

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jun 06 '24 01:06 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Jun 11 '24 01:06 github-actions[bot]