Files
Deploy-Laboratory/docs/01-00-安装与基础环境-系列说明.md
2026-03-29 09:08:01 +08:00

37 lines
1.9 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 01-00 安装与基础环境(系列说明)
> 本系列覆盖:安装 K3s、工作节点加入、基础网络/入口、以及与主线兼容的可选项armv7、OpenWrt HAProxy、HA 准备等)。
## TL;DR
- **从零装集群(推荐自动化)**`./ansible/bin/deploy-lab.sh k3s`(文档:`01-05`
- **本页定位**:仅系列导航,不参与 `verify.sh run-all/full`
- **子篇执行入口**:按下表执行 `./ansible/bin/verify.sh run <doc_id>`
- **阅读完成判据**:能按索引定位到对应子篇并完成执行
## 范围与非目标
- 本页是 **01 系列入口/导航页**`YY=00`),不要求具备独立执行器,且不参与 `verify.sh run-all/full`
- 具体操作步骤与 YAML 真源请进入各分项文档;`YY>0` 的分项必须包含可执行物YAML 路径或命令块)。
## 01 系列索引(按推荐顺序)
| doc_id | 主题 | 子篇执行入口 |
| ------ | --------------------------- | ------------------------------- |
| 01-05 | 节点初始化与 k3s 自动安装Ansible | `./ansible/bin/verify.sh run 01-05` |
| 01-01 | 控制节点安装(含 Traefik | `./ansible/bin/verify.sh run 01-01` |
| 01-02 | 工作节点加入与验证 | `./ansible/bin/verify.sh run 01-02` |
| 01-03 | armv7 standalone docker可选 | `./ansible/bin/verify.sh run 01-03` |
| 01-04 | armv7 NFS 服务安装(可选) | `./ansible/bin/verify.sh run 01-04` |
| 01-06 | OpenWrt + HAProxy可选 | `./ansible/bin/verify.sh run 01-06` |
| 01-07 | 双控制节点 HA安装与准备可选 | `./ansible/bin/verify.sh run 01-07` |
## 真源位置
- **Kubernetes YAML**:优先以 `labs/**/manifests/``ansible/files/` 为准(文档内会给具体路径)
- **自动化执行**`ansible/playbooks/verify/`
- **脚本入口**`scripts/README.md`