docs: 更新 GitOps 状态与 Helm 迁移顺序
lint / yaml (pull_request) Successful in 17s
lint / yaml (push) Successful in 17s
lint / terraform (push) Successful in 37s
lint / terraform (pull_request) Successful in 29s
lint / ansible (push) Successful in 3m51s
lint / ansible (pull_request) Successful in 4m6s

This commit is contained in:
2026-09-10 04:19:40 +00:00
parent f257a2aa0a
commit a5cbe89ae2
4 changed files with 54 additions and 14 deletions
+10
View File
@@ -35,3 +35,13 @@ sudo k3s kubectl -n flux-system get gitrepositories,kustomizations
四个 controller、GitRepository 和 root Kustomization 都必须为 Ready,随后才能
通过单独 PR 引入低风险 canary workload。
## 当前状态
- Flux `v2.9.5`、GitRepository 和 root Kustomization 均为 Ready;
- `http-echo` canary 已验证 merge 后自动部署和 replicas 漂移修复;
- `http-echo` 的专用测试 ConfigMap 已在 `prune: true` 生效后重新纳管,并由下一
revision 自动删除;
- `http-echo` 保持 `prune: true`,root 保持 `prune: false`;
- 下一个接管对象是现有 `gitea-actions` Helm release,先使用相同 chart/version
完成零变化 adoption,再通过独立 PR 升级。