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:
@@ -42,14 +42,14 @@ docker push registry.local/openclaw:local
|
||||
|
||||
下面是一个**高度简化的实验性 Deployment/Service/Ingress 示例**,其目标只是让你能在集群内/通过 Traefik 访问 OpenClaw Gateway 控制界面。
|
||||
|
||||
**唯一真源**:[`ansible/files/openclaw/openclaw-k3s-experimental.yaml`](../ansible/files/openclaw/openclaw-k3s-experimental.yaml)(实验用;替换镜像与域名)。
|
||||
**唯一真源**:[`ansible/files/05-08-openclaw/openclaw-k3s-experimental.yaml`](../ansible/files/05-08-openclaw/openclaw-k3s-experimental.yaml)(实验用;替换镜像与域名)。
|
||||
|
||||
> 说明:示例使用 `emptyDir`;若要持久化请改为 PVC/hostPath。
|
||||
|
||||
应用部署:
|
||||
|
||||
```bash
|
||||
kubectl apply -f ansible/files/openclaw/openclaw-k3s-experimental.yaml
|
||||
kubectl apply -f ansible/files/05-08-openclaw/openclaw-k3s-experimental.yaml
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user