fix(agent99): restore autonomous recovery transport

This commit is contained in:
ogt
2026-07-10 21:21:27 +08:00
parent 6da5564d62
commit b86229e9fb
8 changed files with 772 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
"agentName": "Agent99",
"agentRoot": "C:\\Wooo\\Agent99",
"sshUser": "wooo",
"sshIdentityFile": "C:\\Wooo\\Agent99\\keys\\agent99_ed25519",
"sshUsers": {
"192.168.0.112": "kali",
"192.168.0.188": "ollama"
@@ -48,9 +49,26 @@
],
"k3s": {
"jumpHost": "192.168.0.110",
"preferJumpHost": true,
"directHosts": [
"192.168.0.110",
"192.168.0.112"
],
"primary": "192.168.0.120",
"namespace": "awoooi-prod"
},
"autoRecovery": {
"enabled": true,
"triggerOnHostUnreachable": true,
"minimumUnreachableHosts": 1,
"cooldownMinutes": 10
},
"recoverySlo": {
"targetMinutes": 10,
"hostTimeoutSeconds": 90,
"harborTimeoutSeconds": 120,
"workloadTimeoutSeconds": 180
},
"publicUrls": [
"awoooi.wooo.work",
"stock.wooo.work",