feat(arc): replace dind runner with arc-tf scale set on tfroot-runner#25
Merged
feat(arc): replace dind runner with arc-tf scale set on tfroot-runner#25
Conversation
Single GitHub Actions runner-set running the rebuilt tfroot-runner image (based on ghcr.io/actions/actions-runner) — no docker-in-docker, no nested `container:` block in caller workflows. Consumers use `runs-on: arc-tf`. Removed: - operators/arc/dind-application.yaml — legacy summerwind controller - operators/arc/github-token-secret.yaml — its arc-dind-systems token - operators/arc/namespace.yaml — arc-dind-systems ns - operators/arc/ksops-arc-secrets.yaml — only listed the deleted token - workloads/arc/runner-application.yaml — old runner-set with dind sidecar - workloads/arc/docker-daemon-config.yaml — dind registry-mirror config - workloads/arc/registry.yaml — internal docker-registry ns + SA + RB - workloads/arc/rbac.yaml — system:openshift:scc:privileged binding (the SCC ClusterRole doesn't exist on k3s anyway) Added: - workloads/arc/arc-tf-application.yaml — gha-runner-scale-set Helm Application, releaseName/runnerScaleSetName: arc-tf, image: ghcr.io/makeitworkcloud/tfroot-runner:latest. ignoreDifferences for the listener resources the controller mutates at runtime, mirroring what was needed for the previous arc-runner-set. Tidied: - workloads/apps/arc-app.yaml — drop the OpenShift ImageStream ignoreDifferences block (no ImageStreams on k3s). - operators/arc/kustomization.yaml — only references arcsystem.yaml now. - workloads/arc/kustomization.yaml — only namespace + arc-tf Application + ksops generator (PAT secret retained, just renamed conceptually).
xnoto
added a commit
that referenced
this pull request
Apr 30, 2026
## Summary Revert the additions from #26 — they didn't actually resolve the OutOfSync state, which structurally needs a cluster-wide \`resourceTrackingMethod\` change to fix and is functionally cosmetic. Keep only the AutoscalingRunnerSet \`ignoreDifferences\` entry that prevents selfHeal from thrashing on controller-driven annotation churn. ### Removed (from #26) - \`ServerSideApply=true\` syncOption - \`Role\` / \`RoleBinding\` \`ignoreDifferences\` entries ### Removed (cleanup, was originally added in #25) - \`AutoscalingListener\` \`ignoreDifferences\` entry — the chart doesn't render that kind at all, so there's nothing for ArgoCD to drift from ### Kept - \`AutoscalingRunnerSet\` \`ignoreDifferences\` for \`/metadata/annotations\` and \`/spec/template\` (chart-rendered, does see real drift) - \`RespectIgnoreDifferences=true\` syncOption ## Comment in the manifest now documents the cosmetic OutOfSync as accepted. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Single GitHub Actions runner-set running the rebuilt tfroot-runner image (based on `ghcr.io/actions/actions-runner`). No docker-in-docker, no nested `container:` blocks in caller workflows. Consumers move to `runs-on: arc-tf`.
Removed (legacy summerwind ARC + dind plumbing)
Added
Tidied
Kept
Pairs with
Test plan
🤖 Generated with Claude Code