Falkan 7f32181ebe feat: readiness sentinel for Kubernetes
entrypoint.sh creates /home/agent/vol/.openclaw-initializing at startup
and removes it just before launching the gateway. Pod is not marked
ready until init (volume copy + config baking) is fully complete.

deployment.yaml adds readinessProbe: exec test ! -f sentinel,
with initialDelaySeconds=5, periodSeconds=5, failureThreshold=60
(5 minute window for slow storage on first deploy).
2026-03-26 22:29:47 -04:00
Description
No description provided
56 KiB
Languages
Shell 78.6%
Dockerfile 21.4%