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

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

Open
lindarr915 opened this issue Mar 28, 2024 · 4 comments
Labels
kind/help Request for help stale

Comments

@lindarr915
Copy link

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
Copy link
Contributor

Hello lindarr915 👋 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

@TiberiuGC
Copy link
Collaborator

TiberiuGC commented Mar 28, 2024

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 TiberiuGC added kind/help Request for help and removed kind/bug labels Apr 5, 2024
Copy link
Contributor

github-actions bot commented May 6, 2024

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.

Copy link
Contributor

github-actions bot commented Jun 6, 2024

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 github-actions bot added the stale label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/help Request for help stale
Projects
None yet
Development

No branches or pull requests

3 participants