runner-instance-scope #18

Merged
slanski merged 2 commits from runner-instance-scope into main 2026-08-03 12:47:07 +00:00
Owner
No description provided.
Runner ci-rust was registered under the adicom organization — invisible
to jobs from cinnae/* repos (notably cinnae/infrastructure's new
build-ci-job-image workflow). Re-registered at instance level via Forgejo
UI (Site Administration → Actions → Runners → Create new runner) to serve
all orgs on this Forgejo instance.

This commit only updates the UUID; the matching Token goes into the
existing forgejo-runner-token Secret via kubectl patch (never committed).

Rollout (live cluster, do not wait for PR merge):
  1. kubectl -n forgejo patch secret forgejo-runner-token \
       -p '{"data":{"RUNNER_TOKEN":"<base64-of-new-token>"}}'
  2. kubectl apply -f helm/runners/20-configmap.yaml
  3. kubectl rollout restart deployment/forgejo-runner -n forgejo
  4. Verify in Forgejo UI → Site Administration → Actions → Runners
     that ci-rust appears with Type=Instance and Status=Idle.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pre-bake kubectl/helm/cosign/syft in custom image to dodge runner's flaky
CDN egress (SSL timeouts mid-RUN). Wire auth registry mount in dind so it
can pull from private cinnae org packages (Forgejo has no per-package
visibility — inherits from owner). Enable PolicyException feature in Kyverno
and add a scoped exception for the privileged dind sidecar.
slanski deleted branch runner-instance-scope 2026-08-03 12:47:07 +00:00
slanski referenced this pull request from a commit 2026-08-03 12:47:08 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
cinnae/infrastructure!18
No description provided.