[state-dra-driver][compute-domain] set GPU_CLIQUE_LABEL_ENABLED to true by default - #2699
Merged
Conversation
…ue by default Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
tariq1890
requested review from
cdesiniotis,
karthikvetrivel,
rahulait,
rajathagasthya and
shivamerla
as code owners
July 31, 2026 01:59
rajathagasthya
approved these changes
Jul 31, 2026
cdesiniotis
approved these changes
Jul 31, 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.
With
GPUCluster, we no longer deploy the GFD which generates the clique label depended on by the compute domain kubelet plugin. TheGPU_CLIQUE_LABEL_ENABLEDis an env var which configures the compute domain to set the clique node label instead of GFD. Given that GFD is no longer an operator component in the DRA mode, we always set env var to true when rendering the compute domain kubelet plugin daemonset manifest.