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

Fix EKS instructions for 24.10 testing #458

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

jacobtomlinson
Copy link
Member

@jacobtomlinson jacobtomlinson commented Oct 9, 2024

It seems that a lot of the issues we were having were related to using the NVIDIA GPU Operator on EKS with Amazon Linux nodes. To simplify things I've updated the docs to just use the default driver install that EKS does for you. This gives you much less control than the GPU Operator, but should be more than suitable for beginners.

This allows us to simplify the docs here and get things working OOTB again.

Closes #409
Closes #459

@jacobtomlinson jacobtomlinson requested a review from a team as a code owner October 9, 2024 16:16
@jacobtomlinson jacobtomlinson added the cloud/aws Amazon Web Service cloud label Oct 9, 2024
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Think this would close #409, yeah?

@jacobtomlinson
Copy link
Member Author

Yep you're right. Updated the PR description to close relevant issues.

@jacobtomlinson jacobtomlinson merged commit 9a6f627 into rapidsai:main Oct 9, 2024
3 checks passed
@jacobtomlinson jacobtomlinson deleted the eks-2410-fixes branch October 9, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloud/aws Amazon Web Service cloud
Projects
None yet
Development

Successfully merging this pull request may close these issues.

https://docs.rapids.ai/deployment/nightly/cloud/aws/eks EKS example does not work by default
2 participants