We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973fb37 commit d9662bcCopy full SHA for d9662bc
1 file changed
parts/linux/cloud-init/artifacts/cse_main.sh
@@ -406,7 +406,7 @@ function nodePrep {
406
logs_to_events "AKS.CSE.ensureAzureNetworkConfig" ensureAzureNetworkConfig
407
408
# Bring up secondary Standard-type NICs (if any) via IMDS metadata
409
- logs_to_events "AKS.CSE.configureSecondaryNICs" configureSecondaryNICs
+ logs_to_events "AKS.CSE.configureSecondaryNICs" configureSecondaryNICs || exit $ERR_SECONDARY_NIC_CONFIG_FAIL
410
411
# Determine if GPU driver installation should be skipped
412
export -f should_skip_nvidia_drivers
0 commit comments