From 598afb19d4053ed755eed03c5060499550064730 Mon Sep 17 00:00:00 2001 From: irteam su-account Date: Mon, 7 Jul 2025 16:36:12 +0900 Subject: [PATCH] add haproxy cfg --- gpulive/haproxy/gen_tcp.ssh | 28 + gpulive/haproxy/ingress-service.cfg | 83 + gpulive/haproxy/ingress.cfg | 99 + gpulive/haproxy/istio.cfg | 18109 ++++++++++++++++++++++++++ gpulive/nodegroup/a100.sh | 8 + gpulive/nodegroup/h100.sh | 8 + 6 files changed, 18335 insertions(+) create mode 100644 gpulive/haproxy/gen_tcp.ssh create mode 100644 gpulive/haproxy/ingress-service.cfg create mode 100644 gpulive/haproxy/ingress.cfg create mode 100644 gpulive/haproxy/istio.cfg create mode 100755 gpulive/nodegroup/a100.sh create mode 100755 gpulive/nodegroup/h100.sh diff --git a/gpulive/haproxy/gen_tcp.ssh b/gpulive/haproxy/gen_tcp.ssh new file mode 100644 index 0000000..012f203 --- /dev/null +++ b/gpulive/haproxy/gen_tcp.ssh @@ -0,0 +1,28 @@ +#!/bin/bash + +START_PORT=30000 +END_PORT=31000 + +for PORT in $(seq $START_PORT $END_PORT); do +cat <