docs(ops): 同步 103 生产 goosed 扩容为 9 实例

确认 goosed-prod-1..9 映射 18006-18014,更新 topology、发包必看、
发布 skill 与 release 脚本的动态 pool 校验。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-07-07 09:22:40 +08:00
parent 5485cc563b
commit cf04e73f51
9 changed files with 74 additions and 39 deletions
+4 -4
View File
@@ -74,12 +74,12 @@ curl -k -i https://m.tkmind.cn/auth/login \
必须是 **401** + `用户名或密码错误`。如果是 `503` + `未配置用户数据库或访问密码`,说明用户系统 bootstrap 失败——不是简单健康检查能发现的问题,必须当场处理,不能算发布成功。
### 3.2 Portal + 个 goosed 实例(SSH 103
### 3.2 Portal + 个 goosed 实例(SSH 103
```bash
ssh john@58.38.22.103 '
printf "portal="; curl -s -o /dev/null -w "%{http_code}\n" http://127.0.0.1:8081/api/status
for p in 18006 18007 18008 18009; do
for p in $(seq 18006 18014); do
printf "goosed_${p}="
curl -k -s -o /dev/null -w "%{http_code}\n" https://127.0.0.1:${p}/status
done
@@ -89,7 +89,7 @@ ssh john@58.38.22.103 '
'
```
必须全部是 `200`,五个 env var 全部 `SET`
必须全部是 `200`Portal + 9 个 goosed target,五个 env var 全部 `SET`
### 3.3 日志关键词检查(SSH 103
@@ -164,7 +164,7 @@ ssh john@58.38.22.103 '
- persisted backup 路径
- Portal 健康结果(200/非200
- `/auth/login` 结果(401 + 正确消息,还是别的)
- 18006-18009 健康结果
- `18006``18014` 健康结果(共 9 个 target
- 日志关键词检查结果
- 第 3.4 节真实业务路径验证结果(含遗留的测试 page id,交给用户决定是否清理)
- 是否发现并处理了问题;如果发布后发现回滚,说明触发原因