feat: Add AKS (Azure Kubernetes Service) H100 recipe overlays#415
Merged
mchmarny merged 10 commits intoNVIDIA:mainfrom Mar 17, 2026
Merged
feat: Add AKS (Azure Kubernetes Service) H100 recipe overlays#415mchmarny merged 10 commits intoNVIDIA:mainfrom
mchmarny merged 10 commits intoNVIDIA:mainfrom
Conversation
Mirrors the existing EKS overlay structure with AKS-specific changes: - Storage: gp2 → managed-csi (Azure Disk CSI, built-in AKS addon) - Networking: No aws-efa equivalent needed (InfiniBand native on ND-series VMs) - GPU drivers: Disabled in GPU Operator (AKS pre-installs NVIDIA drivers/toolkit) - Skyhook: Customizations omitted (packages don't support aks yet; follows Kind pattern) - H100 only (GB200 not available on Azure) Signed-off-by: Jont828 <jt572@cornell.edu>
mchmarny
reviewed
Mar 16, 2026
Member
There was a problem hiding this comment.
Great start on AKS support! The overlay hierarchy mirrors other services and the Azure-specific adaptations (managed-csi storage, disabled driver/toolkit, no EFA equivalent) are well-reasoned. Left a few inline comments — nothing major, mostly verification questions and a minor cleanup suggestion. Looking forward to seeing this land!
yuanchen8911
requested changes
Mar 16, 2026
Contributor
yuanchen8911
left a comment
There was a problem hiding this comment.
Thanks for the PR! Please take a look at the comment: #415 (comment)
Contributor
|
Thanks for the PR! cc @mchmarny
|
Signed-off-by: Jont828 <jt572@cornell.edu>
…erlay AKS inference recipes silently inherited the base values.yaml (with toolkit.enabled: true) because neither aks.yaml nor aks-inference.yaml overrode the gpu-operator valuesFile. Since AKS pre-installs the NVIDIA container toolkit, this caused conflicts on inference deployments. Create values-aks.yaml with the shared toolkit disable and wire it into the aks.yaml base overlay so all AKS intents inherit it. Slim down values-aks-training.yaml to only training-specific settings. Add docs/integrator/aks-gpu-setup.md documenting the --gpu-driver none nodepool prerequisite to avoid driver conflicts with GPU Operator. Signed-off-by: Jont828 <jt572@cornell.edu>
Remove non-existent network-operator-health check from aks.yaml conformance validation, remove stale helm-values check references, fix YAML comment indentation for yamllint compliance, add missing AKS GPU Setup sidebar entry, and add kubeflow-trainer dependency refs. Signed-off-by: Jont828 <jt572@cornell.edu>
075be50 to
7b68de8
Compare
DRA (Dynamic Resource Allocation) graduated to GA in Kubernetes 1.34 with stable resource.k8s.io/v1 APIs. Bump the AKS overlay K8s version constraint from >= 1.28 to >= 1.34, update integrator and user docs with version requirements, feature gate timeline, CLI overrides, and device-plugin vs DRA guidance. Add AKS to supported platforms in README. Signed-off-by: Jont828 <jt572@cornell.edu>
…overlay Add K8s >= 1.34 constraint, nvidia-dra-driver-gpu component ref with gpuResourcesEnabledOverride, and dra-support conformance check to the h100-aks-ubuntu-inference-dynamo overlay. Signed-off-by: Jont828 <jt572@cornell.edu>
mchmarny
approved these changes
Mar 17, 2026
Contributor
|
Need to rebase. |
2 tasks
xdu31
pushed a commit
to xdu31/aicr
that referenced
this pull request
Mar 24, 2026
…#415) Signed-off-by: Jont828 <jt572@cornell.edu> Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
4 tasks
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.
Mirrors the existing EKS overlay structure with AKS-specific changes:
Summary
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