docs: Def NVIDIA driver and migration - #459
Merged
mikemckiernan merged 2 commits intoAug 21, 2026
Merged
Conversation
Documentation preview |
mikemckiernan
force-pushed
the
mmck-docs-migrate-driver
branch
3 times, most recently
from
August 10, 2026 18:36
88a2ad1 to
d16a2f7
Compare
mikemckiernan
force-pushed
the
mmck-docs-migrate-driver
branch
from
August 10, 2026 19:11
d16a2f7 to
e62f157
Compare
rahulait
reviewed
Aug 10, 2026
rahulait
reviewed
Aug 10, 2026
rahulait
reviewed
Aug 10, 2026
rahulait
reviewed
Aug 10, 2026
rahulait
reviewed
Aug 10, 2026
rahulait
reviewed
Aug 10, 2026
| First, upgrade to v26.7.0 while retaining cluster policy driver management. | ||
| Then, upgrade the same release again to enable NVIDIA driver custom resource management. | ||
| This sequence starts the controller that supports controlled migration before changing driver ownership. | ||
| Do not upgrade from an earlier release and enable NVIDIA driver custom resource management in the same |
Contributor
There was a problem hiding this comment.
Suggested change
| Do not upgrade from an earlier release and enable NVIDIA driver custom resource management in the same | |
| Do not upgrade from an earlier release (using clusterpolicy for driver management) and enable NVIDIA driver custom resource management in the same |
Member
Author
There was a problem hiding this comment.
My instinct is to nuke the whole "Do not..." para. I think the instruction that precedes it and the procedure that follows are abundantly clear.
rahulait
reviewed
Aug 10, 2026
| During the migration, the Operator assigns each GPU node to an NVIDIA driver custom resource and uses the | ||
| driver upgrade controller to replace the previous cluster policy managed driver pod on each node. | ||
|
|
||
| When you migrate from a GPU Operator release earlier than v26.7.0, perform two Helm upgrades. |
Contributor
There was a problem hiding this comment.
Suggested change
| When you migrate from a GPU Operator release earlier than v26.7.0, perform two Helm upgrades. | |
| When you migrate from a GPU Operator release earlier than v26.7.0, perform two Helm upgrades. Clusters on or after v26.7.0 don't need the two step upgrade and can switch from clusterpolicy to nvidiadriver in a single upgrade. |
Member
Author
There was a problem hiding this comment.
Two things:
- First, I'd prefer to avoid introducing the two-upgrade process for < 26.7.0 and then immediately provide the counterpoint circumstance before a human reader even reads the rationale for the two-upgrade process.
- Second, the conditional in the procedure seems sufficiently clear:
#. If your current GPU Operator release is earlier than v26.7.0, upgrade....
My concern is that if we try to handle "< 26.7.0 and >= 26.7.0" sentence-by-sentence, that we're taxing the attention span of our human readers.
rahulait
reviewed
Aug 10, 2026
rahulait
reviewed
Aug 10, 2026
Documents NVIDIA/cloud-native-team#245 Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>
Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>
mikemckiernan
force-pushed
the
mmck-docs-migrate-driver
branch
from
August 13, 2026 15:43
e62f157 to
218af2e
Compare
rahulait
reviewed
Aug 21, 2026
Comment on lines
+216
to
+218
| --set operator.upgradeCRD=true \ | ||
| --set driver.nvidiaDriverCRD.enabled=false \ | ||
| --set driver.nvidiaDriverCRD.deployDefaultCR=false \ |
Contributor
There was a problem hiding this comment.
Do we need to set these (as they are the same as default value in chart)? We can avoid specifying them to avoid confusion where one might think these are always required.
rahulait
approved these changes
Aug 21, 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.
Documents https://github.com/NVIDIA/cloud-native-team/issues/245
Review HTML: