feat: 按 doc_id 重组 ansible/files 与验证框架
- ansible/files 改为与文档 XX-YY 对齐的目录结构,更新相关 playbook 路径 - 新增 scripts/verify.sh 与 ansible/playbooks/verify/*.yml,移除单体 verify-matrix.yml - 补充 docs/00-02 矩阵状态、00-05 验证框架与流程、00-04 环境与 ylc65 工作机说明 - 增加 k3s 存储准备、Longhorn、local-path 等 playbook 与辅助脚本 Made-with: Cursor
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
2. 创建 Middleware + IngressRoute(`PathPrefix(/demo-m4)`)
|
||||
3. 等待资源就绪
|
||||
|
||||
示例 YAML 见 `ansible/files/nginx-matrix/04-worker-ingressroute.yaml`。
|
||||
示例 YAML 见 `ansible/files/02-05-nginx-matrix/04-worker-ingressroute.yaml`。
|
||||
|
||||
## 部署命令
|
||||
|
||||
```bash
|
||||
kubectl apply -f ansible/files/nginx-matrix/04-worker-ingressroute.yaml
|
||||
kubectl apply -f ansible/files/02-05-nginx-matrix/04-worker-ingressroute.yaml
|
||||
```
|
||||
|
||||
## 验证命令
|
||||
@@ -39,7 +39,7 @@ curl -i --max-time 3 http://<入口节点IP>/demo-m4/
|
||||
## 删除
|
||||
|
||||
```bash
|
||||
kubectl delete -f ansible/files/nginx-matrix/04-worker-ingressroute.yaml
|
||||
kubectl delete -f ansible/files/02-05-nginx-matrix/04-worker-ingressroute.yaml
|
||||
```
|
||||
|
||||
## 失败排查
|
||||
|
||||
Reference in New Issue
Block a user