Expand DRA Driver Integration for GPU Operator#2424
Draft
karthikvetrivel wants to merge 12 commits into
Draft
Conversation
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
Signed-off-by: Karthik Vetrivel <kvetrivel@nvidia.com>
Signed-off-by: Karthik Vetrivel <kvetrivel@nvidia.com>
Signed-off-by: Karthik Vetrivel <kvetrivel@nvidia.com>
48c2079 to
f9c67dd
Compare
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.
Purpose
Umbrella branch for NVIDIA DRA driver integration into GPU Operator, building on Chris's foundation work in #1541. Refreshes embedded DRA assets to the newer driver layout and adds the operator-side glue needed to make DRA usable.
Change Log
dd7cf4d:nvidia-dra-driver-kubeletpluginandcompute-domain-daemon-service-accountidentities, update controller + kubelet-plugin workloads, drop the legacy entrypoint ConfigMap, and switch to thedra-driver-nvidia-gpuimage.ComputeDomain, add newComputeDomainClique, wire both into the Helm CRD upgrade hook, Dockerfile, and OLM bundle.3be3986:gpu-operator's ClusterRole:pods/patch(consumed by compute-domain-daemon),resource.nvidia.com/computedomaincliquesCRUD (the new sub-resource), andcoordination.k8s.io/leases(DRA controller leader election).f9c67dd:draDriver.featureGatesfield (map[string]bool) on ClusterPolicy. Operator renders it as aFEATURE_GATESenv var on all three DRA driver containers (controller,gpuskubelet plugin,compute-domainskubelet plugin) — same channel the upstreamk8s-dra-driver-gpuHelm chart uses, identicalKey=Value,format with trailing comma.