-
Notifications
You must be signed in to change notification settings - Fork 18
Add shouldSkipUninstall to avoid GPU driver teardown on restart #103
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
base: main
Are you sure you want to change the base?
Add shouldSkipUninstall to avoid GPU driver teardown on restart #103
Conversation
Signed-off-by: Karthik Vetrivel <[email protected]>
68adf6a to
1991b8c
Compare
900f54b to
1991b8c
Compare
…sure mount refresh Signed-off-by: Karthik Vetrivel <[email protected]>
|
@cdesiniotis I've moved |
… trigger driver reinstall Signed-off-by: Karthik Vetrivel <[email protected]>
4aa4395 to
5fba425
Compare
| driverRoot = "/run/nvidia/driver" | ||
| driverPIDFile = "/run/nvidia/nvidia-driver.pid" | ||
| driverConfigStateFile = "/run/nvidia/driver-config.state" | ||
| operatorNamespace = "gpu-operator" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use this from the OPERATOR_NAMESPACE env instead of hard coding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This definition was in the original version, not sure why it is in the diff. If OPERATOR_NAMESPACE is set, that value is used. Otherwise, it uses the Value field as a default, which is what we use this variable for.
This PR is a part of this endeavor:
Relevant PRs:
Decision Tree: