NVIDIA / NVIDIA/cloud-native-docs

Document the GPU Operator Helm chart OCI artifact

Open Beginner friendly
#481 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PowerShell
Stars
43
Forks
53
Avg merge
3d 4h
Merged PRs (30d)
19

Description

Summary

The GPU Operator Helm chart is now publicly available as an OCI artifact in
NGC. Document this as a v26.7.0 feature and add OCI installation instructions.

Because the artifact became available after the initial v26.7.0 release,
include a brief post-release note explaining the timing.

Changes

New Features

Add an entry under 26.7.0 > New Features:

* Added the GPU Operator Helm chart as an OCI artifact in NGC.
  You can now install the Operator directly from
  ``oci://nvcr.io/nvidia/cloud-native-charts/gpu-operator`` as an alternative
  to using the classic Helm repository.
  (`Issue #2520 <https://github.com/NVIDIA/gpu-operator/issues/2520>`__)
Installation guide

Update gpu-operator/getting-started.rst with an OCI installation alternative.
Retain the existing classic Helm repository instructions.

Example:

$ helm install --wait gpu-operator \
    -n gpu-operator --create-namespace \
    oci://nvcr.io/nvidia/cloud-native-charts/gpu-operator \
    --version=${version}
Post-release note

Add this one-line entry under 26.7.0 > Post-Release Documentation Updates:

* Added the Helm chart OCI artifact to the new features and installation
  documentation after the artifact became available following the v26.7.0 release.

Acceptance criteria

  • The OCI artifact is described under v26.7.0 New Features.
  • The installation guide includes a validated OCI installation command.
  • The classic Helm repository workflow remains documented.
  • The post-release entry explains why the feature was not documented in the
    original v26.7.0 release notes.

References

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Update gpu-operator/getting-started.rst with the OCI installation alternative while preserving the classic Helm repository instructions. Find the v26.7.0 release notes and add the requested New Features and Post-Release Documentation Updates entries, then validate the OCI command and confirm all acceptance criteria are met.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm, kubernetes
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
88/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.