feat(recipes): add NIM Operator recipe for CNCF AI Conformance#478
Merged
mchmarny merged 1 commit intoNVIDIA:mainfrom Apr 2, 2026
Merged
feat(recipes): add NIM Operator recipe for CNCF AI Conformance#478mchmarny merged 1 commit intoNVIDIA:mainfrom
mchmarny merged 1 commit intoNVIDIA:mainfrom
Conversation
5 tasks
dims
approved these changes
Apr 1, 2026
mchmarny
approved these changes
Apr 2, 2026
mchmarny
approved these changes
Apr 2, 2026
cf15778 to
5240df9
Compare
Add k8s-nim-operator as a new AICR component and create an H100/EKS/Ubuntu inference recipe for NIM. This supports the CNCF AI Conformance submission where NIM on EKS is the certified product and AICR is the validation tooling. - Add `nim` platform type to recipe criteria with tests - Register k8s-nim-operator v3.1.0 in component registry with health check - Create h100-eks-ubuntu-inference-nim overlay with DRA support - Add NIMService workload manifest (Llama 3.2 1B) - Add NIM chat demo UI (nim-chat-server.sh, nim-chat.html) - Fix: load healthCheck.assertFile content in ApplyRegistryDefaults so deployment validation actually executes Chainsaw health checks Closes NVIDIA#473
5240df9 to
1ca8a58
Compare
3 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.
Summary
Changes
Recipe & Component:
nimplatform type to recipe criteria (pkg/recipe/criteria.go)k8s-nim-operatorv3.1.0 inrecipes/registry.yamlwith health check, node scheduling paths (operator.nodeSelector,operator.tolerations), and admission controller configh100-eks-ubuntu-inference-nim.yamloverlay inheriting fromh100-eks-ubuntu-inference, adds NIM Operator + DRA support, full conformance validation suite (11 checks)recipes/components/k8s-nim-operator/values.yamlwith correct chart value paths and EKS-compatible affinityHealth Check Fix:
healthCheck.assertFilecontent intoComponentRef.HealthCheckAssertsinApplyRegistryDefaults— previously the file path was registered but content was never read, so deployment validation never executed Chainsaw health checks for any componentDemo & Workload:
demos/workloads/inference/nimservice-llama-3-2-1b.yaml— NIMService CR deploying Llama 3.2 1B with NGC secrets, PVC, and GPU tolerationsdemos/workloads/inference/nim-chat-server.shandnim-chat.html— chat UI for testing NIM inferenceTest plan
go test -race ./pkg/recipe/...passes (criteria + health check loading tests)aicr recipe --platform nimgenerates correct 15-component recipeaicr bundlegenerates correct values withoperator.tolerationsandoperator.nodeSelector/v1/chat/completionsnim-chat-server.shCloses #473