Files
Deploy-Laboratory/docs/01-03-armv7-standalone-docker.md
2026-03-27 16:58:41 +08:00

46 lines
1.0 KiB
Markdown
Raw 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-03-armv7-standalone-Docker
> armv7 节点不加入 K3s单独运行 Docker 服务NFS、OneNav、openlist 等)。
## TL;DR
- **自动化验收**`./scripts/verify.sh run 01-03`
- **关键前置**:按本文「前置条件」准备环境变量/Secret/入口 IP
- **成功判据**:达到本文「预期」且 playbook 断言通过
- **排障**:见本文「排障」
## 前置条件
- armv7 节点网络可达
- 系统可安装 Docker
## 操作步骤
1. 安装 Docker
2. 启用并启动 Docker 服务
3. 按需部署业务容器
## 验证命令
```bash
docker version
docker ps
```
## 预期
- Docker 可用
- 容器可正常启动
## 下一步
- `05-02-onenav首页面板.md`
- `01-05-armv7-nfs服务安装.md`
## 排障
- **先看 playbook 输出**:失败时先定位是 deploy/wait/http_check 哪一步。
- **集群侧总览**`kubectl get nodes -o wide``kubectl -n kube-system get pods -o wide`
- **事件与日志**`kubectl -n <ns> describe ...``kubectl -n <ns> logs ... --tail=200`