fix: remove supervisor from agents container cron — cannot run without Docker access #231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The supervisor agent (supervisor-run.sh + preflight.sh) requires host-level access:
The agents container does not have Docker installed or the socket mounted. Running the supervisor inside the container fails at preflight.
Additionally, supervisor-run.sh has the same LOG_FILE bug as the gardener (#210) — hardcodes to $SCRIPT_DIR which is read-only in the container.
Proposed solution
The supervisor will be redesigned to run on the host level — see the vision issue for that.
Affected files
Acceptance criteria