Skip to content

Commit d9662bc

Browse files
committed
Review feedback
Signed-off-by: Hossam Rabbouh <horabbouh@microsoft.com>
1 parent 973fb37 commit d9662bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ function nodePrep {
406406
logs_to_events "AKS.CSE.ensureAzureNetworkConfig" ensureAzureNetworkConfig
407407

408408
# Bring up secondary Standard-type NICs (if any) via IMDS metadata
409-
logs_to_events "AKS.CSE.configureSecondaryNICs" configureSecondaryNICs
409+
logs_to_events "AKS.CSE.configureSecondaryNICs" configureSecondaryNICs || exit $ERR_SECONDARY_NIC_CONFIG_FAIL
410410

411411
# Determine if GPU driver installation should be skipped
412412
export -f should_skip_nvidia_drivers

0 commit comments

Comments
 (0)