Caller-identity probe: name railiance01 as target and require node check
Some checks failed
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Has been cancelled

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 58902@bnt-lap001
Assistant-Session: 7ac7f865-2dc5-4aa7-8eb7-27a342109c2f
This commit is contained in:
tegwick 2026-09-22 16:19:28 +02:00
parent f68da93083
commit eaf0af617c

View file

@ -54,6 +54,13 @@ Do not re-run these against `warn`: step 2 would return a decision.
recorded run used Python. The bash shape below is the contract, not the
exact live invocation.
The target cluster is railiance01 (node `92.205.62.239`). Run the commands
on the node (`ssh railiance01`, then the commands below). If you run them
from the workstation, first confirm that `kubectl get nodes -o wide` shows
that IP. A kubeconfig pointing at the retired coulombcore cluster answers
with the wrong cluster (see
`the-custodian/docs/agent-environment-orientation.md` §1).
```bash
POD=$(kubectl -n user-engine get pod -l app.kubernetes.io/name=user-engine \
-o jsonpath='{.items[0].metadata.name}')