Feat/gke cos training overlays skyhook#340
Closed
ayuskauskas wants to merge 2 commits into
Closed
Conversation
Add GKE Container-Optimized OS (COS) overlay recipes for H100 training workloads. Key differences from EKS: - GPU driver disabled (GKE preinstalls on COS nodes) - COS-specific host paths (/home/kubernetes/bin/nvidia) - Toolkit with RUNTIME_CONFIG_SOURCE=file for COS - gdrcopy disabled (not supported on COS host-managed driver) - Prometheus storage uses standard-rwo (GKE PD CSI) - DRA driver with COS nvidiaDriverRoot - Skyhook uses no-op (COS has immutable rootfs) - No AWS components (EFA, EBS CSI) Overlay chain: base → gke-cos → gke-cos-training → h100-gke-cos-training Optional: h100-gke-cos-training-kubeflow (adds Kubeflow Trainer) New files: - recipes/overlays/gke-cos-training.yaml - recipes/overlays/h100-gke-cos-training.yaml - recipes/overlays/h100-gke-cos-training-kubeflow.yaml - recipes/components/gpu-operator/values-gke-cos-training.yaml Updated files: - recipes/overlays/gke-cos.yaml (storage, DRA, constraints, validation) - recipes/components/gpu-operator/values-gke-cos.yaml (toolkit, gdrcopy)
35f8c22 to
c495a48
Compare
This was referenced May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Created a new skyhook-customization specific for GKE COS. Will work for h100 or gb200
Motivation / Context
Fixes:
Related:
Type of Change
Component(s) Affected
cmd/aicr,pkg/cli)cmd/aicrd,pkg/api,pkg/server)pkg/recipe)pkg/bundler,pkg/component/*)pkg/collector,pkg/snapshotter)pkg/validator)pkg/errors,pkg/k8s)docs/,examples/)Implementation Notes
Testing
# Commands run (prefer `make qualify` for non-trivial changes) make qualifyRisk Assessment
Rollout notes:
Checklist
make testwith-race)make lint)git commit -S) — GPG signing info