docs: remove deleted CTs, add CT125, document Ubuntu 25.04 LXC console fix

- Remove CT106, CT113, CT123 (deleted)
- Add CT125 (Ubuntu 25.04, pve, 192.168.42.125)
- Document Ubuntu 25.04 console-getty ImportCredential issue and fix
- Update node load distribution and status counts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-10 12:23:44 +08:00
parent 1990d5a011
commit 2a661dfccc
4 changed files with 39 additions and 15 deletions

View File

@@ -85,6 +85,7 @@
| Python 開發環境 | CT 108 | .42.108 | pve-03 | running |
| PostgreSQL | CT 118 | .42.118 | pve-03 | running |
| Podman | CT 114 | .42.114 | pve-03 | running |
| Ubuntu 25.04 | CT 125 | .42.125 | pve | running |
### 通知 / 郵件
@@ -100,11 +101,8 @@
| 服務 | VMID | IP | 節點 | 備註 |
|---|---|---|---|---|
| N8N 自動化 | CT 103 | .42.103 | pve | 曾用 Docker 跑 N8N |
| Podman閒置 | CT 106 | .42.106 | pve | 空容器 |
| Stirling PDF | CT 109 | .42.109 | pve-02 | PDF 處理工具 |
| (閒置) | CT 113 | — | pve | 空容器DHCP |
| Gotify 推播 | CT 119 | .42.119 | pve | 已被 Bark 取代 |
| (閒置) | CT 123 | .42.123 | pve | 空容器 |
### 模板
@@ -119,7 +117,7 @@
| 排程 | 對象 | 儲存 | 保留策略 |
|---|---|---|---|
| 每日 03:00 | CT115, CT117Lydia | pbs | keep-daily=7 |
| 02:30, 22:30 | CT103, CT106, CT108, CT124 | pbs | keep-daily=7 |
| 02:30, 22:30 | CT103, CT108, CT124 | pbs | keep-daily=7 |
| 每日 02:00 | VM110OpenWRT | pbs | keep-daily=3 |
## 需注意事項
@@ -128,3 +126,4 @@
2. **備份全停用** — 三個排程都是 enabled=0重要服務Lydia、OpenWRT目前無自動備份
3. **HA 未啟用** — 單節點故障時 VM/CT 不會自動遷移
4. **pve-02 記憶體較吃緊** — 70% 使用率,跑了 PBS + K3s (8GB) + Lydia prod/test
5. **Ubuntu 25.04 LXC console 問題** — 建立後需 override `console-getty.service` 清除 `ImportCredential` 指令,否則 Web Console 無法顯示登入提示(詳見 PVECluster_Architecture.md 第八節)