Skip to content

Commit b014d2f

Browse files
fix: removing nvidia repo from VHD (#7619)
Co-authored-by: Cameron Meissner <cameronmeissner@gmail.com>
1 parent 45af23e commit b014d2f

64 files changed

Lines changed: 125 additions & 131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

parts/linux/cloud-init/artifacts/cse_config.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -906,10 +906,6 @@ configGPUDrivers() {
906906

907907
retrycmd_if_failure 120 5 25 pkill -SIGHUP containerd || exit $ERR_GPU_DRIVERS_INSTALL_TIMEOUT
908908

909-
# Remove NVIDIA repos after GPU driver installation is complete
910-
# This prevents automatic updates from upgrading Nvidia repo dependencies and eliminates
911-
# the need for users to allowlist NVIDIA repository URLs in their firewalls
912-
removeNvidiaRepos
913909
}
914910

915911
validateGPUDrivers() {

parts/linux/cloud-init/artifacts/mariner/cse_install_mariner.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,6 @@ cleanUpGPUDrivers() {
462462
for packageName in $(managedGPUPackageList); do
463463
rm -rf "/opt/${packageName}"
464464
done
465-
466-
removeNvidiaRepos
467465
}
468466

469467
downloadContainerdFromVersion() {

parts/linux/cloud-init/artifacts/ubuntu/cse_install_ubuntu.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ cleanUpGPUDrivers() {
170170
for packageName in $(managedGPUPackageList); do
171171
rm -rf "/opt/${packageName}"
172172
done
173-
174-
removeNvidiaRepos
175173
}
176174

177175
installCriCtlPackage() {

pkg/agent/testdata/AKSUbuntu2204+China/CustomData

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+Containerd+CDI/CustomData

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+Containerd+DevicePlugin/CustomData

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+Containerd+MIG+ArtifactStreaming/CustomData

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+Containerd+MIG/CustomData

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+CustomCloud+USNat/CustomData

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

pkg/agent/testdata/AKSUbuntu2204+CustomCloud+USSec/CustomData

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)