fix: refresh hwlab follower control plane natively

This commit is contained in:
Codex
2026-07-03 13:55:13 +00:00
parent 63040ba28c
commit 7751cc167b
7 changed files with 358 additions and 9 deletions
+14
View File
@@ -44,10 +44,15 @@ controller:
loop:
intervalSeconds: 30
reconcileTimeoutSeconds: 110
leaseDurationSeconds: 140
budgets:
applyWaitSeconds: 120
statusSeconds: 35
runOnceSeconds: 120
reconcileJobTtlSeconds: 600
reconcileJobBackoffLimit: 0
reconcileJobDeadlineGraceSeconds: 30
reconcileTransportGraceSeconds: 20
followers:
- id: hwlab-jd01-v03
@@ -76,6 +81,9 @@ followers:
statusSeconds: 35
triggerSeconds: 120
sourceSyncSeconds: 20
controlPlaneRefreshSeconds: 45
capabilityJobTtlSeconds: 600
capabilityJobBackoffLimit: 0
commands:
plan:
argv: ["bun", "scripts/cli.ts", "hwlab", "nodes", "control-plane", "trigger-current", "--node", "JD01", "--lane", "v03", "--dry-run", "--raw"]
@@ -145,6 +153,9 @@ followers:
statusSeconds: 35
triggerSeconds: 120
sourceSyncSeconds: 20
controlPlaneRefreshSeconds: 20
capabilityJobTtlSeconds: 600
capabilityJobBackoffLimit: 0
commands:
plan:
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "trigger-current", "--node", "JD01", "--lane", "jd01-v02", "--dry-run", "--raw"]
@@ -210,6 +221,9 @@ followers:
statusSeconds: 35
triggerSeconds: 120
sourceSyncSeconds: 20
controlPlaneRefreshSeconds: 20
capabilityJobTtlSeconds: 600
capabilityJobBackoffLimit: 0
commands:
plan:
argv: ["bun", "scripts/cli.ts", "web-probe", "sentinel", "publish-current", "--node", "JD01", "--lane", "v03", "--sentinel", "jd01-web-probe-sentinel", "--dry-run", "--raw"]