eksctl
eksctl copied to clipboard
[Bug] Inf2 Managed Node Groups should have used Amazon Linux 2 GPU Optimized AMI
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
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
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.
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.
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.
This issue was closed because it has been stalled for 5 days with no activity.