Skip to content

docs: document ComputeDomain CRD ownership conflict - #514

Open
efegokdemir wants to merge 1 commit into
NVIDIA:mainfrom
efegokdemir:codex/issue-484-computedomain-ownership-docs
Open

efegokdemir wants to merge 1 commit into
NVIDIA:mainfrom
efegokdemir:codex/issue-484-computedomain-ownership-docs

Conversation

@efegokdemir

Copy link
Copy Markdown

Summary

Closes #484.

Document the v26.7.0 ComputeDomain custom resource definition ownership conflict that can affect GitOps installations using both the GPU Operator and standalone DRA Driver Helm charts.

Changes

  • Added a Known Issues entry describing the conflicting ComputeDomain CRD ownership.
  • Documented the --skip-crds installation workaround.
  • Added versioned commands to apply only the ClusterPolicy and NVIDIADriver CRDs from the GPU Operator release.
  • Clarified that OpenShift Operator Lifecycle Manager installations should follow the OLM procedure instead of this Helm workaround.

Testing

  • git diff --check — passed.
  • Verified the two versioned CRD URLs used by the example with curl -fsSIL — both returned successfully.
  • Ran targeted release-note assertions with Python — passed.
  • ./repo --help — unavailable on this Apple Silicon host because the repository bootstrap attempted to execute an x86_64 Python binary (Bad CPU type in executable).

Notes

The change is limited to the v26.7.0 release notes and reuses the CRD URLs already documented by gpu-operator/upgrade.rst. AI assistance was used to prepare the patch; the submitter must review and take responsibility for every changed line before merge.

Signed-off-by: Efe Gökdemir <efe@rexcode.co.uk>

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GPU Operator v26.7.0 release notes omit the ComputeDomain CRD ownership conflict with the DRA driver chart

1 participant