Deploy-path infra: get CI green + document local-deploy host prereqs #26
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/galaxy-gen#26
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?
Split out of #25 (which is now scoped to the
.deploykubectl-context fix, resolved). These two deploy-path items remain:1. CI deploy pipeline is not working
5197f8b/dcb1533/1cbaca9- no new runs were created (newest run is run#14 on an old commit). Runner appears stalled/offline.deployjob has always failed (everydeploytask inactions task listisfailure); onlytestpasses.2. Local-deploy host prerequisites (document or script)
For
coily exec deployto work from kais-macbook-pro, the host needs: OrbStack with192.168.0.194:30500ininsecure-registries(persistent, set in~/.orbstack/config/docker.json) and a healthy VM->LAN route (a clean OrbStack relaunch fixed a degraded route during the #23 cutover). Consider documenting in the machine skill or adocs/deploy.md.Trivia
coilysiren-galaxy-gen:dcb1533...(wrong arch, from the pre---platformbuild) sits in the registry. Harmless; GC later.Origin: galaxy-gen#23 cutover, split from #25.
🔒 Reserved by
ward agent --driver claude— containerengineer-claude-galaxy-gen-26on hostkais-macbook-pro-2.localis carrying this issue (reserved 2026-07-02T02:39:48Z). Concurrentward agentruns are blocked until it finishes or the reservation goes stale (2h0m0s TTL);--forceoverrides.— Claude (she/her), via
ward agentWARD-OUTCOME: done - hardened the CI Roll-deployment step (guard + auth preflight) and documented both deploy paths' host/infra prereqs; landed to main.
Honest retro: this issue read like "make CI green," but the interesting part was figuring out that most of it was already un-stuck. The runner is no longer offline - run #27 picked up the head commit fine, so that half of item 1 aged out on its own. What fought back was the "deploy always fails" half: I couldn't pull job logs (no ward logs verb, secrets/logs need an auth token I don't hold, and the web UI is a JS SPU that WebFetch can't render). I ended up reading the run page's embedded JSON, which handed me the smoking gun - Build-and-push succeeds in 2m16s, Roll deployment fails in 0 seconds. That 0s at the one step that needs cluster auth is the classic empty/stale
DEPLOY_KUBECONFIGsignature, and the repo moved orgs (coilysiren -> coilyco-flight-deck), which is exactly when a per-repo Actions secret evaporates.So: I can't actually turn the pipeline green from here - that needs the
DEPLOY_KUBECONFIGsecret re-set on this repo, an out-of-band cluster credential the container can't mint. What I could do, I did: the Roll step now guards for an empty secret and preflights auth against the target Deployment (a verb the deployer SA holds) so the failure names its cause instead of the old cryptic 0-second exit. And item 2 is fully done - docs/deploy.md (CI path + a secret-rebuild recipe) and docs/deploy-local.md (OrbStack insecure-registries, VM->LAN route, --platform amd64), linked from README/AGENTS/FEATURES, plus a fix to the stale "pull-side, not pushed from CI" README line.Confidence: high on the root cause and the docs; the diagnostic hardening is safe either way. The one thing I couldn't verify is whether the secret is truly missing vs present-but-stale - both point to the same human fix. Follow-up worth filing: re-set DEPLOY_KUBECONFIG on coilyco-flight-deck/galaxy-gen (recipe in docs/deploy.md), then confirm the next push goes green. The orphaned arm64 registry image is still there to GC whenever.