Update cdi notes#410
Open
a-mccarthy wants to merge 3 commits into
Open
Conversation
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
Documentation preview |
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
tariq1890
reviewed
May 27, 2026
| The containerd project has not yet released a general availability (GA) version of the NRI Plugin. The implementation might change before the GA release. | ||
| The containerd project has not yet released a general availability (GA) version of the NRI Plugin. The implementation might change before the GA release. | ||
| Refer to the `containerd NRI repository <https://github.com/containerd/nri#api-stability>`_ for details on project details. | ||
| With CDI (the default) and the NRI Plugin both enabled, you do not need to set ``runtimeClassName: nvidia`` in your pod specification, and you do not need to configure the ``CONTAINERD_CONFIG``, ``CONTAINERD_SOCKET``, or ``RUNTIME_CONFIG_SOURCE`` environment variables. |
Contributor
There was a problem hiding this comment.
With CDI (the default) and the NRI Plugin both enabled, you do not need to set
runtimeClassName: nvidiain your pod specification
This statement is true even for GPU Operator versions starting from 25.10 where CDI is enabled by default (and NRI Plugin mode is disabled)
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.
Adds more details around NRI plugin support and pre-GA status