延长 sandbox Flux 根同步超时 #93

Merged
panxiao81 merged 1 commits from fix/sandbox-flux-root-timeout into main 2026-09-18 16:18:46 +00:00
Owner

问题

Kata 4.1.0 首次安装需要串行拉取约 1.78 GB 镜像并逐节点重启 K3s,本次实际耗时约 6 分钟。Kata 子 Kustomization 的 35 分钟 timeout 足够,但 Ansible bootstrap 的 root Kustomization 固定为 3 分钟,导致子项最终成功后 root 仍留下暂态 False。

修复

  • root Kustomization timeout 从 3 分钟提高到 40 分钟
  • 文档说明 root 与子 Kustomization timeout 的职责边界

验证

  • ansible-lint 的 sandbox_flux role 通过 production profile
  • git diff --check 通过
  • site.yml syntax-check 仍受本机缺少固定 k3s.orchestration collection 影响,与本次模板修改无关

关联 #83。

## 问题 Kata 4.1.0 首次安装需要串行拉取约 1.78 GB 镜像并逐节点重启 K3s,本次实际耗时约 6 分钟。Kata 子 Kustomization 的 35 分钟 timeout 足够,但 Ansible bootstrap 的 root Kustomization 固定为 3 分钟,导致子项最终成功后 root 仍留下暂态 False。 ## 修复 - root Kustomization timeout 从 3 分钟提高到 40 分钟 - 文档说明 root 与子 Kustomization timeout 的职责边界 ## 验证 - ansible-lint 的 sandbox_flux role 通过 production profile - git diff --check 通过 - site.yml syntax-check 仍受本机缺少固定 k3s.orchestration collection 影响,与本次模板修改无关 关联 #83。
panxiao81 added 1 commit 2026-09-17 18:21:11 +00:00
fix: 延长 sandbox Flux 根同步超时
ansible / collection-test (pull_request) Successful in 1m8s
ansible / lint (pull_request) Successful in 2m56s
e67bce5121
panxiao81 merged commit 18cb2858b9 into main 2026-09-18 16:18:46 +00:00
panxiao81 deleted branch fix/sandbox-flux-root-timeout 2026-09-18 16:18:46 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: panxiao81/homelab-infra#93