fix: remove supervisor from agents container cron — cannot run without Docker access #231
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#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