[state-driver] add new toleration to handle driver upgrades#2408
Open
[state-driver] add new toleration to handle driver upgrades#2408
Conversation
ab6ba31 to
553d1ea
Compare
6bbd643 to
f8b27d4
Compare
This change is added in anticipation of a new enhancement in k8s-driver-manager where the driver-manager will add a taint to a node where a gpu driver upgrade is taking place. This taint helps the driver-manager to evict third party gpu client pods to ensure driver module unloads are successful during an upgrade cycle. Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
f8b27d4 to
a9ccf2a
Compare
rajathagasthya
approved these changes
Apr 30, 2026
rahulait
approved these changes
Apr 30, 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.
This change is added in anticipation of a new enhancement
in k8s-driver-manager where the driver-manager will add
a taint to a node where a gpu driver upgrade is taking
place. This taint helps the driver-manager to evict
third party gpu client pods to ensure driver module
unloads are successful during an upgrade cycle.
Related PR: NVIDIA/k8s-driver-manager#177