-
Notifications
You must be signed in to change notification settings - Fork 34
Update docs for 25.10.1 #326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,6 +33,56 @@ Refer to the :ref:`GPU Operator Component Matrix` for a list of software compone | |
|
|
||
| ---- | ||
|
|
||
|
|
||
|
|
||
| .. _v25.10.1: | ||
|
|
||
| 25.10.1 | ||
| ======= | ||
|
|
||
| New Features | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should call out NVIDIA/gpu-operator#1894 as a new feature as well.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. added in |
||
| ------------ | ||
|
|
||
| * Updated software component versions: | ||
|
|
||
| - NVIDIA Container Toolkit v1.18.1 | ||
| - NVIDIA DCGM v4.4.2-1 | ||
| - NVIDIA DCGM Exporter v4.4.2-4.7.0 | ||
| - NVIDIA Kubernetes Device Plugin v0.18.1 | ||
a-mccarthy marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - NVIDIA GPU Feature Discovery v0.18.1 | ||
| - NVIDIA MIG Manager for Kubernetes 0.13.1 | ||
| - NVIDIA Driver Manager for Kubernetes v0.9.1 | ||
|
|
||
| * Added support for this NVIDIA Data Center GPU Driver version: | ||
|
|
||
| - 580.105.08 (default) | ||
|
|
||
| * Add HPC job mapping support to DCGM Exporter to collect metrics for HPC jobs running on the cluster. | ||
|
|
||
| Configure the HPC job mapping by setting the ``dcgmExporter.hpcJobMapping.enabled`` field to ``true`` in the ClusterPolicy custom resource. | ||
| Set ``dcgmExporter.hpcJobMapping.directory`` with the directory path where HPC job mapping files are created by the workload manager. | ||
| The default directory is ``/var/lib/dcgm-exporter/job-mapping``. | ||
|
|
||
| * Improved the cluster policy reconciler to be more resilient to race conditions during node updates. | ||
|
|
||
| Fixed Issues | ||
cdesiniotis marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ------------ | ||
|
|
||
| * Fixed the following known issue introduced in GPU Operator v25.10.0: | ||
|
|
||
| * When using cri-o as the container runtime, several GPU Operator pods can be stuck in the ``Init:RunContainerError`` or ``Init:CreateContainerError`` state during GPU Operator installation or upgrade, or during GPU driver daemonset upgrade. | ||
| * NVIDIA Container Toolkit 1.18.0 overwrites the imports field in the top-level containerd configuration file, so any previously imported paths are lost. | ||
| This was fixed in NVIDIA Container Toolkit v1.18.1. | ||
|
|
||
| * Fixed a race condition where user-supplied NVIDIA kernel module parameters were sometimes not being applied by the driver daemonset. | ||
| For more information, refer to `PR #1939 <https://github.com/NVIDIA/gpu-operator/pull/1939>`__. | ||
|
|
||
| * Fixed a bug where driver images were being incorrectly assigned in multi-nodepool clusters. | ||
| For more information, refer to `Issue #1622 <https://github.com/NVIDIA/gpu-operator/issues/1622>`__. | ||
| * Fixed a bug where the GPU Operator Helm chart template was not assigning the correct namespace to resources it created. | ||
| * Fixed a bug where the k8s-driver-manager would wait indefinitely when MOFED is enabled and ``USE_HOST_MOFED`` is set to true despite the MOFED being pre-installed on the host. | ||
|
|
||
|
|
||
| .. _v25.10.0: | ||
|
|
||
| 25.10.0 | ||
|
|
||
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
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.
Uh oh!
There was an error while loading. Please reload this page.