Deploy: replace k3s with direct soul-demo watchdog #58

Merged
will.anderson merged 2 commits from dev into stage 2026-05-11 00:47:20 +00:00
Owner

Promotes fix/checkout-auth-reveal to stage.

Fixes Cloud Run container startup crash (k3s flannel eth0 failure). Soul-demo now runs as a direct process with a bash watchdog.

Promotes fix/checkout-auth-reveal to stage. Fixes Cloud Run container startup crash (k3s flannel eth0 failure). Soul-demo now runs as a direct process with a bash watchdog.
will.anderson added 2 commits 2026-05-11 00:47:10 +00:00
Replace k3s with direct soul-demo watchdog in Cloud Run container
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 2m11s
cd1c6737e8
Cloud Run gen2 doesn't provide eth0 with a unicast IP, causing k3s flannel
to crash on every container start. k3s was also wrong architecture for
Cloud Run (HPA inside a container, k3s overhead for one process).

Changes:
- entrypoint.sh: replace k3s server with a bash watchdog loop that starts
  soul-demo directly and restarts it on crash (3s backoff)
- Dockerfile.stage: remove k3s binary, soul-demo-image.tar, k3s manifests
  and their associated dirs/envvars; keep soul-demo binary only
- stage.yaml: remove 'Download k3s binary' step; rename and simplify
  soul-demo build step to compile binary only (no OCI image/tar)
- dev.yaml: update soul-demo placeholder step (binary not tar)
- manifest.el: document HAVE_CURL requirement since manifest.el has no
  c_flags/link_flags directive support
Merge fix/checkout-auth-reveal into dev
will.anderson merged commit a1c0cc090d into stage 2026-05-11 00:47:20 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#58