fix(cluster): 以宁波专用节点替换深圳 Worker
移除深圳节点及中继拓扑,新增第二台宁波 K3s agent 的全互联 WireGuard 接入和严格 UFW 门禁。\n\nWorker Deployment 与容量控制器仅选择 easyai.io/worker=true 节点,使原宁波混部节点退出 Worker 资源预算,生产基线恢复为宁波专用节点与香港节点各一实例。\n\n已通过 Go 全量测试、go vet、gofmt、迁移安全检查、bash -n、ShellCheck、发布脚本测试和 Kubernetes 清单渲染。
This commit is contained in:
@@ -140,8 +140,8 @@ pool_saturated_pods() {
|
||||
check_wireguard() {
|
||||
local -a hosts=("$CLUSTER_NINGBO_HOST" "$CLUSTER_HONGKONG_HOST" "$CLUSTER_LOS_ANGELES_HOST")
|
||||
local -a ips=(10.77.0.1 10.77.0.2 10.77.0.3)
|
||||
[[ -z $CLUSTER_SHENZHEN_HOST ]] || {
|
||||
hosts+=("$CLUSTER_SHENZHEN_HOST")
|
||||
[[ -z $CLUSTER_NINGBO_WORKER_HOST ]] || {
|
||||
hosts+=("$CLUSTER_NINGBO_WORKER_HOST")
|
||||
ips+=(10.77.0.4)
|
||||
}
|
||||
local source target output loss average handshakes peer_count
|
||||
|
||||
Reference in New Issue
Block a user