atlasbot: clarify worker count limits

This commit is contained in:
Brad Stein 2026-01-26 18:21:17 -03:00
parent 65781aaca7
commit dfa13e22cc
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ spec:
labels:
app: atlasbot
annotations:
checksum/atlasbot-configmap: manual-atlasbot-15
checksum/atlasbot-configmap: manual-atlasbot-16
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: "comms"
vault.hashicorp.com/agent-inject-secret-turn-secret: "kv/data/atlas/comms/turn-shared-secret"

View File

@ -1118,6 +1118,8 @@ def sync_loop(token: str, room_id: str):
)
if missing_hint and "no missing" not in missing_hint:
msg += f" {missing_hint}"
elif "should" in lower_body:
msg += " I dont have an expected worker inventory in the KB; this is the current cluster state."
send_msg(token, rid, msg)
continue
if "missing" in lower_body and "node" in lower_body: