Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix: always install GPU drivers during bootstrapping (#4634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Aug 31, 2021
1 parent 4f30d20 commit 637e2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions parts/k8s/cloud-init/artifacts/cse_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,7 @@ time_metric "InstallNetworkPlugin" installNetworkPlugin

{{- if and HasNSeriesSKU IsNvidiaDevicePluginAddonEnabled}}
if [[ ${GPU_NODE} == true ]]; then
if $FULL_INSTALL_REQUIRED; then
time_metric "DownloadGPUDrivers" downloadGPUDrivers
fi
time_metric "DownloadGPUDrivers" downloadGPUDrivers
time_metric "EnsureGPUDrivers" ensureGPUDrivers
fi
{{end}}
Expand Down
4 changes: 1 addition & 3 deletions pkg/engine/templates_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 637e2c6

Please sign in to comment.