[#39] 增加使用busybox warmup接入overlay网络

This commit is contained in:
yuyr 2025-11-10 12:17:10 +08:00
parent dac180f12b
commit 6837d96035
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -8,7 +8,7 @@ ENV_NODES_FILE="$ROOT/.env.nodes"; [[ -f "$ENV_NODES_FILE" ]] && { set -a; sourc
NET_NAME="${NET_NAME:-argus-sys-net}" NET_NAME="${NET_NAME:-argus-sys-net}"
WARMUP_NAME="${WARMUP_NAME:-argus-net-warmup}" WARMUP_NAME="${WARMUP_NAME:-argus-net-warmup}"
WARMUP_IMAGE="${WARMUP_IMAGE:-busybox:1.36}" WARMUP_IMAGE="${WARMUP_IMAGE:-busybox:latest}"
WARMUP_SECONDS="${WARMUP_SECONDS:-600}" WARMUP_SECONDS="${WARMUP_SECONDS:-600}"
echo "[NET] warming up overlay network on worker: ${NET_NAME}" echo "[NET] warming up overlay network on worker: ${NET_NAME}"