Skip to content

Ensure Nvidia repo install for Isolated regions#2636

Merged
mselim00 merged 1 commit intoawslabs:mainfrom
whoix:main
Feb 24, 2026
Merged

Ensure Nvidia repo install for Isolated regions#2636
mselim00 merged 1 commit intoawslabs:mainfrom
whoix:main

Conversation

@whoix
Copy link
Copy Markdown
Contributor

@whoix whoix commented Feb 24, 2026

Issue #, if available:

The newer Amazon Linux base amis now have segmented out the internal amazon nvidia repos. Ensure we follow suit especially for isolated regions.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Copy Markdown
Contributor

@mselim00 mselim00 left a comment

Choose a reason for hiding this comment

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

gosec failing for an unrelated reason

[3](https://github.com/awslabs/amazon-eks-ami/actions/runs/22366703411/job/64734972088?pr=2636#step:5:134)
[/home/runner/work/amazon-eks-ami/amazon-eks-ami/nodeadm/internal/kubelet/config.go:422] - G602 (CWE-118): slice index out of range (Confidence: HIGH, Severity: LOW)
    421: 		startRange := cpuRanges[i]
  > 422: 		endRange := cpuRanges[i+1]
    423: 		cpuToReserve += getResourceToReserveInRange(totalCPUMillicores, startRange, endRange, percentageToReserveForRange)

we can address that separately

@mselim00 mselim00 merged commit 6cee08c into awslabs:main Feb 24, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants