Skip to content

Commit

Permalink
create a file to mark that the outbound check is skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
bingosummer committed Feb 18, 2025
1 parent 59b9695 commit 0fb6d15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parts/linux/cloud-init/artifacts/cse_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ if [[ -n "${OUTBOUND_COMMAND}" ]]; then
eval $PROXY_VARS
fi
retrycmd_if_failure 50 1 5 $OUTBOUND_COMMAND >> /var/log/azure/cluster-provision-cse-output.log 2>&1 || exit $ERR_OUTBOUND_CONN_FAIL;
else
touch /var/run/outbound-check-skipped
fi

logs_to_events "AKS.CSE.setCPUArch" setCPUArch
Expand Down

0 comments on commit 0fb6d15

Please sign in to comment.