atlasbot: clarify worker count limits
This commit is contained in:
parent
65781aaca7
commit
dfa13e22cc
@ -16,7 +16,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: atlasbot
|
app: atlasbot
|
||||||
annotations:
|
annotations:
|
||||||
checksum/atlasbot-configmap: manual-atlasbot-15
|
checksum/atlasbot-configmap: manual-atlasbot-16
|
||||||
vault.hashicorp.com/agent-inject: "true"
|
vault.hashicorp.com/agent-inject: "true"
|
||||||
vault.hashicorp.com/role: "comms"
|
vault.hashicorp.com/role: "comms"
|
||||||
vault.hashicorp.com/agent-inject-secret-turn-secret: "kv/data/atlas/comms/turn-shared-secret"
|
vault.hashicorp.com/agent-inject-secret-turn-secret: "kv/data/atlas/comms/turn-shared-secret"
|
||||||
|
|||||||
@ -1118,6 +1118,8 @@ def sync_loop(token: str, room_id: str):
|
|||||||
)
|
)
|
||||||
if missing_hint and "no missing" not in missing_hint:
|
if missing_hint and "no missing" not in missing_hint:
|
||||||
msg += f" {missing_hint}"
|
msg += f" {missing_hint}"
|
||||||
|
elif "should" in lower_body:
|
||||||
|
msg += " I don’t have an expected worker inventory in the KB; this is the current cluster state."
|
||||||
send_msg(token, rid, msg)
|
send_msg(token, rid, msg)
|
||||||
continue
|
continue
|
||||||
if "missing" in lower_body and "node" in lower_body:
|
if "missing" in lower_body and "node" in lower_body:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user