Skip to content

refactor: rename skyhook customization manifest to remove training suffix#109

Merged
mchmarny merged 3 commits into
NVIDIA:mainfrom
yuanchen8911:refactor/rename-skyhook-manifest
Feb 12, 2026
Merged

refactor: rename skyhook customization manifest to remove training suffix#109
mchmarny merged 3 commits into
NVIDIA:mainfrom
yuanchen8911:refactor/rename-skyhook-manifest

Conversation

@yuanchen8911

Copy link
Copy Markdown
Contributor

Summary

  • Rename h100-eks-ubuntu-training.yamlh100-eks-ubuntu.yaml in skyhook-customizations manifests
  • The manifest contains H100+EKS+Ubuntu node customizations (hugepages, containerd limits, sysctl tuning) that apply to both training and inference — the "training" suffix was misleading
  • Update references in both h100-eks-ubuntu-training and h100-eks-ubuntu-inference overlays

Test plan

  • go test -race ./pkg/recipe/... — passes
  • No remaining references to old filename

🤖 Generated with Claude Code

…ffix

Rename h100-eks-ubuntu-training.yaml to h100-eks-ubuntu.yaml since the
manifest contains H100+EKS+Ubuntu node customizations (hugepages,
containerd limits, sysctl tuning) that apply to both training and
inference workloads. Update references in both overlays.

Signed-off-by: Yuan Chen <[email protected]>
@yuanchen8911 yuanchen8911 requested a review from a team as a code owner February 12, 2026 18:54

@mchmarny mchmarny left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/lgtm

@mchmarny mchmarny merged commit a39c705 into NVIDIA:main Feb 12, 2026
9 checks passed
yuanchen8911 referenced this pull request in yuanchen8911/aicr-old Feb 12, 2026
PR #109 renamed the manifest file from h100-eks-ubuntu-training.yaml
to h100-eks-ubuntu.yaml but missed updating the Skyhook CR
metadata.name inside the file. This caused inference deployments to
create pods with "training" in their name.

Signed-off-by: Yuan Chen <[email protected]>
@github-actions

Copy link
Copy Markdown
Contributor

This pull request has been automatically locked since it has been closed for 90 days with no further activity. Please open a new pull request for related changes.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants