[BugFix] Gracefully Shutdown Compute Node on Exit (backport #62916) (#63000)

Signed-off-by: Claire Fei <cfei@atlassian.com>
Co-authored-by: Claire <30540604+Tenaria@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2025-09-11 08:01:59 +00:00 committed by GitHub
parent 395e12e3ba
commit 2568feffa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ fi
update_conf_from_configmap
collect_env_info
add_self $svc_name || exit $?
trap exit_clean SIGTERM
trap exit_clean SIGTERM EXIT
log_stderr "run start_cn.sh"